Closed
Bug 1147226
Opened 10 years ago
Closed 10 years ago
[EME] non MSE video errors out when media.eme.mse-only is true
Categories
(Core :: Audio/Video, defect)
Core
Audio/Video
Tracking
()
RESOLVED
FIXED
mozilla39
Tracking | Status | |
---|---|---|
firefox38 | --- | unaffected |
firefox39 | --- | fixed |
People
(Reporter: cpearce, Assigned: cpearce)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
990 bytes,
patch
|
eflores
:
review+
|
Details | Diff | Splinter Review |
Regression from Bug 1134434. If we load an EME video and media.eme.mse-only is true, we still error out.
EME in non-MSE video is officially unsupported, but since all Adobe's tests rely on it and the fix is simple and we're hustling to ship EME we don't want to add work on Adobe at this stage so we'll fix this issue.
Assignee | ||
Comment 1•10 years ago
|
||
Attachment #8582779 -
Flags: review?(edwin)
Attachment #8582779 -
Flags: review?(edwin) → review+
Assignee | ||
Comment 3•10 years ago
|
||
Comment 4•10 years ago
|
||
Status: NEW → RESOLVED
Closed: 10 years ago
status-firefox39:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla39
Assignee | ||
Comment 5•10 years ago
|
||
Comment on attachment 8582779 [details] [diff] [review]
Patch
Approval Request Comment
[Feature/regressing bug #]: EME
[User impact if declined]: We only support EME inside MSE video, but Adobe's unit tests still use EME in non-MSE video. I don't want to disrupt Adobe's dev cycle, so we provide a pref for Adobe to use that makes EME work in non-MSE video so that their tests work. This broke (because our tests don't cover this case). I don't want to delay Adobe by breaking their tests, and without this uplifted, Adobe's unit tests (which use EME in non-MSE video) won't work in Firefox 38.
[Describe test coverage new/current, TreeHerder]: Adobe's unit tests cover this. We deliberately don't cover this code path in our own code; it's for our partner's convenience.
[Risks and why]: Low; this code path is preffed off by default.
[String/UUID change made/needed]: None.
Attachment #8582779 -
Flags: approval-mozilla-aurora?
Updated•10 years ago
|
Attachment #8582779 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Comment 6•10 years ago
|
||
Bug 1134434 hasn't landed on Aurora.
Comment 7•10 years ago
|
||
Comment on attachment 8582779 [details] [diff] [review]
Patch
This missed the uplift to Aurora. It'll need to go through the Beta approval process.
Attachment #8582779 -
Flags: approval-mozilla-aurora+
Assignee | ||
Comment 8•10 years ago
|
||
As Ryan says, the regressor isn't in Firefox 38. So nothing more to do here.
status-firefox38:
--- → unaffected
Assignee | ||
Updated•10 years ago
|
Flags: needinfo?(cpearce)
You need to log in
before you can comment on or make changes to this bug.
Description
•