macOS14 Unit Test Failure: NS_ERROR_DOM_MEDIA_DECODE_ERR (0x806e0004)
Categories
(Core :: Audio/Video: Playback, defect)
Tracking
()
Tracking | Status | |
---|---|---|
firefox130 | --- | fixed |
People
(Reporter: rcurran, Assigned: jmaher)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
mda unit test is failing on macOS14 with the following error:
NS_ERROR_DOM_MEDIA_DECODE_ERR (0x806e0004)
Artifacts:
https://searchfox.org/mozilla-central/source/dom/media/test/bipbop_225w_175kbps.mp4
https://searchfox.org/mozilla-central/source/dom/media/test/pixel_aspect_ratio.mp4
Thanks
Comment 1•1 year ago
|
||
pixel_aspec_ratio.mp4
doesn't even play here on macOS 14. ffmpeg says:
[h264 @ 0x1226043f0] A non-intra slice in an IDR NAL unit.
[h264 @ 0x1226043f0] decode_slice_header error
the other one seem to play ok.
Assignee | ||
Comment 2•1 year ago
|
||
should I disable ALL tests that have the related NS_ERROR_DOM_MEDIA_DECODE_ERR (0x806e0004)
?
Comment 3•1 year ago
|
||
(In reply to Joel Maher ( :jmaher ) (UTC -8) from comment #2)
should I disable ALL tests that have the related
NS_ERROR_DOM_MEDIA_DECODE_ERR (0x806e0004)
?
Not all of them, but you can open bugs with a list of problem you see, and we can have a look.
Assignee | ||
Comment 4•1 year ago
|
||
right now it looks like 3, so that seems related enough to a single bug. once I verify on try, I will upload the patch
Assignee | ||
Comment 5•1 year ago
|
||
Updated•1 year ago
|
Comment 7•1 year ago
|
||
bugherder |
Assignee | ||
Comment 8•8 months ago
|
||
adding in TEST-UNEXPECTED-FAIL | dom/media/test/browser/browser_encrypted_play_time_telemetry.js | Test timed out -
from this try push
Description
•