shaka-packager/packager
Dennis E. Mungai a4c357b992 fix: Fix type error in pssh-box.py with Python 3.10+ (#1187)
A single-line change on #L170 to `wv.protection_scheme =
struct.unpack('>L', bytes(protection_scheme, encoding='utf-8'))[0]`,
needed to work around this issue on Ubuntu 22.04LTS+ running Python
3.10+:

```sh
TypeError: a bytes-like object is required, not 'str'
```
On line 170.
2023-05-01 09:10:11 -07:00
..
app chore: Mass-update copyright headers (#1086) 2022-08-26 08:44:59 -07:00
file feat: port media/formats/webm to CMake (#1147) 2022-12-16 21:40:00 -08:00
hls chore: Mass-update copyright headers (#1086) 2022-08-26 08:44:59 -07:00
kv_pairs chore: Mass-update copyright headers (#1086) 2022-08-26 08:44:59 -07:00
media feat: port media/formats/webm to CMake (#1147) 2022-12-16 21:40:00 -08:00
mpd feat: Cmake port mpd/media_info_proto (#1152) 2022-12-15 08:35:00 -08:00
status fix: Fix status library headers and move test (#1118) 2022-10-24 19:09:10 -07:00
testing ci: Disable parallel builds (#1133) 2022-11-04 08:32:44 -07:00
third_party fix: Fix build errors since infra upgrades (#1199) 2023-04-20 19:18:28 -07:00
tools fix: Fix type error in pssh-box.py with Python 3.10+ (#1187) 2023-05-01 09:10:11 -07:00
utils feat: port media/codecs to CMake (#1143) 2022-12-15 16:53:36 -08:00
version chore: Mass-update copyright headers (#1086) 2022-08-26 08:44:59 -07:00
CMakeLists.txt feat: Cmake port mpd/media_info_proto (#1152) 2022-12-15 08:35:00 -08:00
common.gypi chore: Mass-update copyright headers (#1086) 2022-08-26 08:44:59 -07:00
flag_saver.h chore: Mass-update copyright headers (#1086) 2022-08-26 08:44:59 -07:00
macros.h feat: port media/base (#1127) 2022-11-04 15:46:41 -07:00
packager.cc chore: Mass-update copyright headers (#1086) 2022-08-26 08:44:59 -07:00
packager.gyp chore: Mass-update copyright headers (#1086) 2022-08-26 08:44:59 -07:00
packager.h chore: Mass-update copyright headers (#1086) 2022-08-26 08:44:59 -07:00
packager_test.cc chore: Mass-update copyright headers (#1086) 2022-08-26 08:44:59 -07:00
protobuf.cmake fix: Fix Linux build failures (#1157) 2022-12-15 13:56:52 -08:00