Closed
Bug 1143987
Opened 10 years ago
Closed 10 years ago
EME decoder should be using SharedDecoderManager
Categories
(Core :: Audio/Video, defect)
Tracking
()
RESOLVED
FIXED
mozilla39
People
(Reporter: jya, Assigned: jya)
References
Details
Attachments
(1 file)
|
2.77 KB,
patch
|
cpearce
:
review+
Sylvestre
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
SharedDecoderManager was disabled when content is encrypted.
With bug 1128381, it is now safe to use SharedDecoderManager with the EME PDM.
| Assignee | ||
Updated•10 years ago
|
Assignee: nobody → jyavenard
Status: NEW → ASSIGNED
Updated•10 years ago
|
Attachment #8578416 -
Flags: review?(cpearce) → review+
| Assignee | ||
Comment 2•10 years ago
|
||
Comment 3•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
status-firefox39:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla39
| Assignee | ||
Comment 4•10 years ago
|
||
I think this should be uplifted.
we know how much not having dormant on win32 introduced memory issues. Without this we will also have one complete decoder (and all its buffer) per resolution played
Now with EME becoming mainstream, this would greatly help.
Flags: needinfo?(cpearce)
Comment 5•10 years ago
|
||
Comment on attachment 8578416 [details] [diff] [review]
Use SharedDecoderManager with EME PDM
Approval Request Comment
[Feature/regressing bug #]: EME
[User impact if declined]: This patch reduces the number of decoders we potentially create when playing EME video. This potentially will reduce the memory consumption when playing EME videos, and thus reduce the liklihood of out-of-memory crashes.
[Describe test coverage new/current, TreeHerder]: We're shipping this "shared decoder" feature for non-EME video, so it's exercised well there, and of course exercised in our mochitests.
[Risks and why]: Low; potential for breaking decoders, but we've been using this path on non-EME video for a few weeks so we should be OK.
[String/UUID change made/needed]: None.
Attachment #8578416 -
Flags: approval-mozilla-aurora?
Updated•10 years ago
|
Attachment #8578416 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Comment 8•10 years ago
|
||
status-firefox38:
--- → fixed
Updated•10 years ago
|
Flags: needinfo?(cpearce)
You need to log in
before you can comment on or make changes to this bug.
Description
•