зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1159171: [MSE] P3. Update webref results. r=karlt
We now use FFmpeg on linux to decode h264. This allows to pass all the mp4 tests. FFmpeg (like windows 7) will buffer 15 frames prior outputting a frame which causes TIMEOUT as the media appended only contains 12 frames.
This commit is contained in:
Родитель
e7914a68b6
Коммит
a3f091d02b
|
@ -3,6 +3,5 @@
|
||||||
prefs: [media.mediasource.enabled:true]
|
prefs: [media.mediasource.enabled:true]
|
||||||
[SourceBuffer#abort() (video/mp4) : If the readyState attribute of the parent media source is not in the "open" state then throw an INVALID_STATE_ERR exception and abort these steps.]
|
[SourceBuffer#abort() (video/mp4) : If the readyState attribute of the parent media source is not in the "open" state then throw an INVALID_STATE_ERR exception and abort these steps.]
|
||||||
expected:
|
expected:
|
||||||
if os == "linux": FAIL
|
|
||||||
if (os == "win") and (version == "5.1.2600"): FAIL
|
if (os == "win") and (version == "5.1.2600"): FAIL
|
||||||
|
|
||||||
|
|
|
@ -3,6 +3,5 @@
|
||||||
prefs: [media.mediasource.enabled:true]
|
prefs: [media.mediasource.enabled:true]
|
||||||
[SourceBuffer#abort (video/mp4) : if this object has been removed from the sourceBuffers attribute of the parent media source, then throw an INVALID_STATE_ERR exception and abort these steps.]
|
[SourceBuffer#abort (video/mp4) : if this object has been removed from the sourceBuffers attribute of the parent media source, then throw an INVALID_STATE_ERR exception and abort these steps.]
|
||||||
expected:
|
expected:
|
||||||
if os == "linux": FAIL
|
|
||||||
if (os == "win") and (version == "5.1.2600"): FAIL
|
if (os == "win") and (version == "5.1.2600"): FAIL
|
||||||
|
|
||||||
|
|
|
@ -3,6 +3,5 @@
|
||||||
prefs: [media.mediasource.enabled:true]
|
prefs: [media.mediasource.enabled:true]
|
||||||
[SourceBuffer#abort() (video/mp4) : Check the algorithm when the updating attribute is true.]
|
[SourceBuffer#abort() (video/mp4) : Check the algorithm when the updating attribute is true.]
|
||||||
expected:
|
expected:
|
||||||
if os == "linux": FAIL
|
|
||||||
if (os == "win") and (version == "5.1.2600"): FAIL
|
if (os == "win") and (version == "5.1.2600"): FAIL
|
||||||
|
|
||||||
|
|
|
@ -3,6 +3,5 @@
|
||||||
prefs: [media.mediasource.enabled:true]
|
prefs: [media.mediasource.enabled:true]
|
||||||
[SourceBuffer#abort() (video/mp4): Check the values of appendWindowStart and appendWindowEnd.]
|
[SourceBuffer#abort() (video/mp4): Check the values of appendWindowStart and appendWindowEnd.]
|
||||||
expected:
|
expected:
|
||||||
if os == "linux": FAIL
|
|
||||||
if (os == "win") and (version == "5.1.2600"): FAIL
|
if (os == "win") and (version == "5.1.2600"): FAIL
|
||||||
|
|
||||||
|
|
|
@ -3,11 +3,9 @@
|
||||||
prefs: [media.mediasource.enabled:true]
|
prefs: [media.mediasource.enabled:true]
|
||||||
[Test addSourceBuffer() with AAC and H.264]
|
[Test addSourceBuffer() with AAC and H.264]
|
||||||
expected:
|
expected:
|
||||||
if os == "linux": FAIL
|
|
||||||
if (os == "win") and (version == "5.1.2600"): FAIL
|
if (os == "win") and (version == "5.1.2600"): FAIL
|
||||||
|
|
||||||
[Test addSourceBuffer() with AAC and H.264 in separate SourceBuffers]
|
[Test addSourceBuffer() with AAC and H.264 in separate SourceBuffers]
|
||||||
expected:
|
expected:
|
||||||
if os == "linux": FAIL
|
|
||||||
if (os == "win") and (version == "5.1.2600"): FAIL
|
if (os == "win") and (version == "5.1.2600"): FAIL
|
||||||
|
|
||||||
|
|
|
@ -2,4 +2,4 @@
|
||||||
type: testharness
|
type: testharness
|
||||||
prefs: [media.mediasource.enabled:true]
|
prefs: [media.mediasource.enabled:true]
|
||||||
disabled:
|
disabled:
|
||||||
if (os == "win") and (version == "6.1.7601"): https://bugzilla.mozilla.org/show_bug.cgi?id=1191138
|
if (os == "linux") or ((os == "win") and (version == "6.1.7601")): https://bugzilla.mozilla.org/show_bug.cgi?id=1191138
|
||||||
|
|
|
@ -3,11 +3,7 @@
|
||||||
prefs: [media.mediasource.enabled:true]
|
prefs: [media.mediasource.enabled:true]
|
||||||
[Demuxed content with different lengths]
|
[Demuxed content with different lengths]
|
||||||
expected:
|
expected:
|
||||||
if not debug and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86") and (bits == 32): PASS
|
|
||||||
if debug and (os == "win") and (version == "5.1.2600") and (processor == "x86") and (bits == 32): PASS
|
if debug and (os == "win") and (version == "5.1.2600") and (processor == "x86") and (bits == 32): PASS
|
||||||
if not debug and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86_64") and (bits == 64): PASS
|
|
||||||
if debug and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86_64") and (bits == 64): PASS
|
|
||||||
if debug and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86") and (bits == 32): PASS
|
|
||||||
if not debug and (os == "win") and (version == "5.1.2600") and (processor == "x86") and (bits == 32): PASS
|
if not debug and (os == "win") and (version == "5.1.2600") and (processor == "x86") and (bits == 32): PASS
|
||||||
FAIL
|
FAIL
|
||||||
|
|
||||||
|
|
|
@ -2,5 +2,4 @@
|
||||||
type: testharness
|
type: testharness
|
||||||
prefs: [media.mediasource.enabled:true]
|
prefs: [media.mediasource.enabled:true]
|
||||||
disabled:
|
disabled:
|
||||||
if os == "linux": https://bugzilla.mozilla.org/show_bug.cgi?id=1188806
|
|
||||||
if (os == "win") and (version == "5.1.2600"): https://bugzilla.mozilla.org/show_bug.cgi?id=1188806
|
if (os == "win") and (version == "5.1.2600"): https://bugzilla.mozilla.org/show_bug.cgi?id=1188806
|
||||||
|
|
|
@ -2,10 +2,8 @@
|
||||||
type: testharness
|
type: testharness
|
||||||
prefs: [media.mediasource.enabled:true]
|
prefs: [media.mediasource.enabled:true]
|
||||||
disabled:
|
disabled:
|
||||||
if os == "linux": https://bugzilla.mozilla.org/show_bug.cgi?id=1188806
|
|
||||||
if (os == "win") and (version == "5.1.2600"): https://bugzilla.mozilla.org/show_bug.cgi?id=1188806
|
if (os == "win") and (version == "5.1.2600"): https://bugzilla.mozilla.org/show_bug.cgi?id=1188806
|
||||||
[Tests mp4 video bitrate changes in multiplexed content.]
|
[Tests mp4 video bitrate changes in multiplexed content.]
|
||||||
expected:
|
expected:
|
||||||
if os == "linux": FAIL
|
|
||||||
if (os == "win") and (version == "5.1.2600"): FAIL
|
if (os == "win") and (version == "5.1.2600"): FAIL
|
||||||
|
|
||||||
|
|
|
@ -2,5 +2,4 @@
|
||||||
type: testharness
|
type: testharness
|
||||||
prefs: [media.mediasource.enabled:true]
|
prefs: [media.mediasource.enabled:true]
|
||||||
disabled:
|
disabled:
|
||||||
if os == "linux": https://bugzilla.mozilla.org/show_bug.cgi?id=1188806
|
|
||||||
if (os == "win") and (version == "5.1.2600"): https://bugzilla.mozilla.org/show_bug.cgi?id=1188806
|
if (os == "win") and (version == "5.1.2600"): https://bugzilla.mozilla.org/show_bug.cgi?id=1188806
|
||||||
|
|
|
@ -2,5 +2,4 @@
|
||||||
type: testharness
|
type: testharness
|
||||||
prefs: [media.mediasource.enabled:true]
|
prefs: [media.mediasource.enabled:true]
|
||||||
disabled:
|
disabled:
|
||||||
if os == "linux": https://bugzilla.mozilla.org/show_bug.cgi?id=1188806
|
|
||||||
if (os == "win") and (version == "5.1.2600"): https://bugzilla.mozilla.org/show_bug.cgi?id=1188806
|
if (os == "win") and (version == "5.1.2600"): https://bugzilla.mozilla.org/show_bug.cgi?id=1188806
|
||||||
|
|
|
@ -2,5 +2,4 @@
|
||||||
type: testharness
|
type: testharness
|
||||||
prefs: [media.mediasource.enabled:true]
|
prefs: [media.mediasource.enabled:true]
|
||||||
disabled:
|
disabled:
|
||||||
if os == "linux": https://bugzilla.mozilla.org/show_bug.cgi?id=1188806
|
|
||||||
if (os == "win") and (version == "5.1.2600"): https://bugzilla.mozilla.org/show_bug.cgi?id=1188806
|
if (os == "win") and (version == "5.1.2600"): https://bugzilla.mozilla.org/show_bug.cgi?id=1188806
|
||||||
|
|
|
@ -38,46 +38,37 @@
|
||||||
|
|
||||||
[Test valid MP4 type "video/mp4;codecs="avc1.4d001e""]
|
[Test valid MP4 type "video/mp4;codecs="avc1.4d001e""]
|
||||||
expected:
|
expected:
|
||||||
if os == "linux": FAIL
|
|
||||||
if (os == "win") and (version == "5.1.2600"): FAIL
|
if (os == "win") and (version == "5.1.2600"): FAIL
|
||||||
|
|
||||||
[Test valid MP4 type "video/mp4;codecs="avc1.42001e""]
|
[Test valid MP4 type "video/mp4;codecs="avc1.42001e""]
|
||||||
expected:
|
expected:
|
||||||
if os == "linux": FAIL
|
|
||||||
if (os == "win") and (version == "5.1.2600"): FAIL
|
if (os == "win") and (version == "5.1.2600"): FAIL
|
||||||
|
|
||||||
[Test valid MP4 type "audio/mp4;codecs="mp4a.40.2""]
|
[Test valid MP4 type "audio/mp4;codecs="mp4a.40.2""]
|
||||||
expected:
|
expected:
|
||||||
if os == "linux": FAIL
|
|
||||||
if (os == "win") and (version == "5.1.2600"): FAIL
|
if (os == "win") and (version == "5.1.2600"): FAIL
|
||||||
|
|
||||||
[Test valid MP4 type "audio/mp4;codecs="mp4a.40.5""]
|
[Test valid MP4 type "audio/mp4;codecs="mp4a.40.5""]
|
||||||
expected:
|
expected:
|
||||||
if os == "linux": FAIL
|
|
||||||
if (os == "win") and (version == "5.1.2600"): FAIL
|
if (os == "win") and (version == "5.1.2600"): FAIL
|
||||||
|
|
||||||
[Test valid MP4 type "audio/mp4;codecs="mp4a.67""]
|
[Test valid MP4 type "audio/mp4;codecs="mp4a.67""]
|
||||||
expected:
|
expected:
|
||||||
if os == "linux": FAIL
|
|
||||||
if (os == "win") and (version == "5.1.2600"): FAIL
|
if (os == "win") and (version == "5.1.2600"): FAIL
|
||||||
|
|
||||||
[Test valid MP4 type "video/mp4;codecs="mp4a.40.2""]
|
[Test valid MP4 type "video/mp4;codecs="mp4a.40.2""]
|
||||||
expected:
|
expected:
|
||||||
if os == "linux": FAIL
|
|
||||||
if (os == "win") and (version == "5.1.2600"): FAIL
|
if (os == "win") and (version == "5.1.2600"): FAIL
|
||||||
|
|
||||||
[Test valid MP4 type "video/mp4;codecs="avc1.4d001e,mp4a.40.2""]
|
[Test valid MP4 type "video/mp4;codecs="avc1.4d001e,mp4a.40.2""]
|
||||||
expected:
|
expected:
|
||||||
if os == "linux": FAIL
|
|
||||||
if (os == "win") and (version == "5.1.2600"): FAIL
|
if (os == "win") and (version == "5.1.2600"): FAIL
|
||||||
|
|
||||||
[Test valid MP4 type "video/mp4;codecs="mp4a.40.2 , avc1.4d001e ""]
|
[Test valid MP4 type "video/mp4;codecs="mp4a.40.2 , avc1.4d001e ""]
|
||||||
expected:
|
expected:
|
||||||
if os == "linux": FAIL
|
|
||||||
if (os == "win") and (version == "5.1.2600"): FAIL
|
if (os == "win") and (version == "5.1.2600"): FAIL
|
||||||
|
|
||||||
[Test valid MP4 type "video/mp4;codecs="avc1.4d001e,mp4a.40.5""]
|
[Test valid MP4 type "video/mp4;codecs="avc1.4d001e,mp4a.40.5""]
|
||||||
expected:
|
expected:
|
||||||
if os == "linux": FAIL
|
|
||||||
if (os == "win") and (version == "5.1.2600"): FAIL
|
if (os == "win") and (version == "5.1.2600"): FAIL
|
||||||
|
|
||||||
|
|
|
@ -3,15 +3,15 @@
|
||||||
prefs: [media.mediasource.enabled:true]
|
prefs: [media.mediasource.enabled:true]
|
||||||
[Test removing all appended data.]
|
[Test removing all appended data.]
|
||||||
expected:
|
expected:
|
||||||
if not ((os == "linux") or ((os == "win") and (version == "5.1.2600"))): FAIL
|
if not ((os == "win") and (version == "5.1.2600")): FAIL
|
||||||
|
|
||||||
[Test removing beginning of appended data.]
|
[Test removing beginning of appended data.]
|
||||||
expected:
|
expected:
|
||||||
if not ((os == "linux") or ((os == "win") and (version == "5.1.2600"))): FAIL
|
if not ((os == "win") and (version == "5.1.2600")): FAIL
|
||||||
|
|
||||||
[Test removing the middle of appended data.]
|
[Test removing the middle of appended data.]
|
||||||
expected:
|
expected:
|
||||||
if not ((os == "linux") or ((os == "win") and (version == "5.1.2600"))): FAIL
|
if not ((os == "win") and (version == "5.1.2600")): FAIL
|
||||||
|
|
||||||
[Test removing the end of appended data.]
|
[Test removing the end of appended data.]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
Загрузка…
Ссылка в новой задаче