Closed
Bug 1510424
Opened 7 years ago
Closed 7 years ago
Widevine AAC and FLAC EME support is duplicated on Android.
Categories
(Core :: Audio/Video: Playback, defect, P2)
Core
Audio/Video: Playback
Tracking
()
RESOLVED
FIXED
mozilla65
| Tracking | Status | |
|---|---|---|
| firefox-esr60 | --- | unaffected |
| firefox64 | --- | wontfix |
| firefox65 | --- | fixed |
People
(Reporter: jhlin, Assigned: jhlin)
References
Details
(Keywords: regression)
Attachments
(1 file)
Bug 1489102 P3 added AAC and FLAC to Widevine key system as decryptable only at [1] but on Android they will be added again at [2] as decryptable and decodable. And in debug build it causes assertion failure [3].
[1] https://searchfox.org/mozilla-central/source/dom/media/eme/MediaKeySystemAccess.cpp#313
[2] https://searchfox.org/mozilla-central/source/dom/media/eme/MediaKeySystemAccess.cpp#335
[3] https://searchfox.org/mozilla-central/source/dom/media/eme/MediaKeySystemAccess.cpp#203
| Assignee | ||
Updated•7 years ago
|
status-firefox64:
--- → affected
status-firefox65:
--- → affected
| Assignee | ||
Comment 1•7 years ago
|
||
Updated•7 years ago
|
Rank: 15
Priority: -- → P2
Pushed by jolin@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/a7f0acc59459
fix AAC and FLAC EME support configuration. r=jya
Comment 3•7 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla65
Comment 4•7 years ago
|
||
What's the user impact here?
| Assignee | ||
Comment 5•7 years ago
|
||
(In reply to Ryan VanderMeulen [:RyanVM] from comment #4)
> What's the user impact here?
Without this patch, the debug build will crash by assertion when using EME. It has no impact on release build.
Flags: needinfo?(jolin)
Updated•7 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•