зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1630381 - Add avc3 clearkey test. r=alwu,dminor
Differential Revision: https://phabricator.services.mozilla.com/D71397
This commit is contained in:
Родитель
dce92be327
Коммит
f8fe791e63
Двоичный файл не отображается.
|
@ -0,0 +1 @@
|
|||
Cache-Control: no-store
|
Двоичный файл не отображается.
|
@ -0,0 +1 @@
|
|||
Cache-Control: no-store
|
|
@ -1844,6 +1844,28 @@ var gEMETests = [
|
|||
sessionCount: 2,
|
||||
duration: 2.0,
|
||||
},
|
||||
{
|
||||
// Files adapted from testcase for bug 1560092. See bug 1630381 for a
|
||||
// detailed explanation on how they were adapted.
|
||||
name: "avc3 h264 video in mp4 using clearkey cenc encryption",
|
||||
tracks: [
|
||||
{
|
||||
name: "video",
|
||||
type: 'video/mp4; codecs="avc3.640015"',
|
||||
fragments: [
|
||||
"big-buck-bunny-cenc-avc3-init.mp4",
|
||||
"big-buck-bunny-cenc-avc3-1.m4s",
|
||||
],
|
||||
},
|
||||
],
|
||||
keys: {
|
||||
// "keyid" : "key"
|
||||
"10000000100010001000100000000001": "3A2A1B68DD2BD9B2EEB25E84C4776668",
|
||||
},
|
||||
sessionType: "temporary",
|
||||
sessionCount: 1,
|
||||
duration: 2.08,
|
||||
},
|
||||
];
|
||||
|
||||
var gEMENonMSEFailTests = [
|
||||
|
|
|
@ -60,6 +60,10 @@ support-files =
|
|||
beta-phrasebook.ogg^headers^
|
||||
big.wav
|
||||
big.wav^headers^
|
||||
big-buck-bunny-cenc-avc3-1.m4s
|
||||
big-buck-bunny-cenc-avc3-1.m4s^headers^
|
||||
big-buck-bunny-cenc-avc3-init.mp4
|
||||
big-buck-bunny-cenc-avc3-init.mp4^headers^
|
||||
big-short.wav
|
||||
big-short.wav^headers^
|
||||
bipbop.mp4
|
||||
|
|
Загрузка…
Ссылка в новой задаче