Closed
Bug 1300681
Opened 8 years ago
Closed 8 years ago
Fix WMFVideoMFTManager blacklisting code to work in the GPU process
Categories
(Core :: Audio/Video: Playback, defect, P3)
Core
Audio/Video: Playback
Tracking
()
RESOLVED
FIXED
mozilla52
People
(Reporter: mattwoodrow, Assigned: mattwoodrow)
References
Details
Attachments
(1 file, 1 obsolete file)
(deleted),
patch
|
dvander
:
review+
mozbugz
:
review+
|
Details | Diff | Splinter Review |
The blacklisting code is currently disabled when running in the GPU process.
We need to find a way to make the required pref values available in that process.
We could send them as part of the Init process, or share the prefs through gfxVars.
Updated•8 years ago
|
Priority: -- → P3
Assignee | ||
Comment 1•8 years ago
|
||
Assignee: nobody → matt.woodrow
Attachment #8798248 -
Flags: review?(dvander)
Assignee | ||
Comment 2•8 years ago
|
||
Comment on attachment 8798248 [details] [diff] [review]
Use gfxVars for media prefs we need to access from the GPU process
Note that these gfxVars lookups won't be live and you'll need to restart the browser for their values to update.
I don't think that should matter too much.
Attachment #8798248 -
Flags: review?(jyavenard)
Assignee | ||
Comment 3•8 years ago
|
||
Comment on attachment 8798248 [details] [diff] [review]
Use gfxVars for media prefs we need to access from the GPU process
Oops, wrong bug.
Attachment #8798248 -
Attachment is obsolete: true
Attachment #8798248 -
Flags: review?(jyavenard)
Attachment #8798248 -
Flags: review?(dvander)
Assignee | ||
Comment 4•8 years ago
|
||
Attachment #8798250 -
Flags: review?(dvander)
Assignee | ||
Updated•8 years ago
|
Attachment #8798250 -
Flags: review?(gsquelart)
Attachment #8798250 -
Flags: review?(gsquelart) → review+
Attachment #8798250 -
Flags: review?(dvander) → review+
Pushed by mwoodrow@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/8e490a65723c
Use gfxVars for DXVA blacklist prefs so that they work in the GPU process. r=dvander,gerald
Comment 6•8 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox52:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla52
You need to log in
before you can comment on or make changes to this bug.
Description
•