Closed
Bug 1370079
Opened 7 years ago
Closed 7 years ago
VP9 hardware decoding is disabled when e10s is enabled
Categories
(Core :: Audio/Video: Playback, defect)
Core
Audio/Video: Playback
Tracking
()
RESOLVED
FIXED
mozilla55
Tracking | Status | |
---|---|---|
firefox-esr52 | --- | unaffected |
firefox54 | --- | unaffected |
firefox55 | + | fixed |
People
(Reporter: jya, Assigned: jya)
References
Details
(Keywords: regression)
Attachments
(1 file)
The logic introduced in bug 1338011 is flawed.
We only enable VP9 hardware decoding when we know the platform have DXVA enabled.
The WMF PDM is queried to find out if it supports VP9 in the content process.
But in the content process, dxva is now always disabled whenever we have a GPU process.
as a result, we never have VP9 hardware decoding if e10s and GPU decoding is enabled.
Assignee | ||
Updated•7 years ago
|
Assignee: nobody → jyavenard
Comment hidden (mozreview-request) |
Assignee | ||
Comment 2•7 years ago
|
||
[Tracking Requested - why for this release]:
Comment 3•7 years ago
|
||
mozreview-review |
Comment on attachment 8875729 [details]
Bug 1370079: P1. Don't check for DXVA support when checking for VP9 support.
https://reviewboard.mozilla.org/r/147154/#review151556
Attachment #8875729 -
Flags: review?(matt.woodrow) → review+
Pushed by jyavenard@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/cc4812a78c23
P1. Don't check for DXVA support when checking for VP9 support. r=mattwoodrow
Comment 5•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla55
Updated•7 years ago
|
Updated•7 years ago
|
status-firefox-esr52:
--- → unaffected
You need to log in
before you can comment on or make changes to this bug.
Description
•