Skip to content
Snippets Groups Projects
Commit 618e0a8e authored by Julien (jvoisin) Voisin's avatar Julien (jvoisin) Voisin
Browse files

Fix the tests on the latest Debian

parent 6d93cf93
No related branches found
No related tags found
No related merge requests found
Pipeline #116445 failed
......@@ -481,6 +481,8 @@ class TestCleaning(unittest.TestCase):
'AverageBitrate': 465641,
'BufferSize': 0,
'CompatibleBrands': ['isom', 'iso2', 'avc1', 'mp41'],
'ColorProfiles': 'nclx',
'ColorPrimaries': 'BT.709',
'ColorRepresentation': 'nclx 1 1 1',
'CompressorID': 'avc1',
'GraphicsMode': 'srcCopy',
......@@ -488,6 +490,7 @@ class TestCleaning(unittest.TestCase):
'HandlerType': 'Metadata',
'HandlerVendorID': 'Apple',
'MajorBrand': 'Base Media v1 [IS0 14496-12:2003]',
'MatrixCoefficients': 'BT.709',
'MaxBitrate': 465641,
'MediaDataOffset': 48,
'MediaDataSize': 379872,
......@@ -501,7 +504,9 @@ class TestCleaning(unittest.TestCase):
'TimeScale': 1000,
'TrackHeaderVersion': 0,
'TrackID': 1,
'TrackLayer': 0},
'TrackLayer': 0,
'TransferCharacteristics': 'BT.709',
},
},{
'name': 'wmv',
'ffmpeg': 1,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment