Closed
Bug 1173225
Opened 10 years ago
Closed 10 years ago
[EME] Add override to GMPVideoDecoderTrialCreator
Categories
(Core :: Audio/Video, defect, P2)
Core
Audio/Video
Tracking
()
RESOLVED
FIXED
mozilla41
People
(Reporter: cpearce, Assigned: cpearce)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
982 bytes,
patch
|
eflores
:
review+
Sylvestre
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
It would be handy for debugging purposes to have a pref that can reset the "we've tried to create a GMPVideoDecoder already" state, so that we always try. This means we don't have to reset it every time we're making a change during debugging.
Assignee | ||
Comment 1•10 years ago
|
||
Add a hidden pref "media.gmp.always-trial-create" to cause us to always trial create, if it's true. Default behaviour not changed.
Attachment #8617703 -
Flags: review?(edwin)
Attachment #8617703 -
Flags: review?(edwin) → review+
Comment 3•10 years ago
|
||
Status: NEW → RESOLVED
Closed: 10 years ago
status-firefox41:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla41
Assignee | ||
Updated•10 years ago
|
Flags: needinfo?(cpearce)
Assignee | ||
Comment 4•10 years ago
|
||
Comment on attachment 8617703 [details] [diff] [review]
Patch
Approval Request Comment
[Feature/regressing bug #]: EME/bug 1169129
[User impact if declined]: Negligible. This makes testing bug 1169129 easier, so makes it easier for us to be sure that bug 1169129 introduced no regressions.
[Describe test coverage new/current, TreeHerder]: We have lots of tests for EME
[Risks and why]: Low; adds a hidden pref.
[String/UUID change made/needed]: None.
Attachment #8617703 -
Flags: approval-mozilla-aurora?
Updated•10 years ago
|
status-firefox40:
--- → affected
Comment 5•10 years ago
|
||
Comment on attachment 8617703 [details] [diff] [review]
Patch
Anything to help with testing.
taking it
Attachment #8617703 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Comment 6•10 years ago
|
||
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
•