Set media.navigator.mediadatadecoder_vpx_enabled to true for release
Categories
(Core :: Audio/Video: Playback, task)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox106 | --- | fixed |
People
(Reporter: vincent, Assigned: stransky)
References
Details
Attachments
(1 file)
Set media.navigator.mediadatadecoder_vpx_enabled to true for release. This enables enables FFMPEG VA-API decoding (Bug #1610199) support for WebRTC on Linux (Bug #1646329).
This was previously set to true in Bug #1665329 but was later reverted to false in Bug #1680313. This change should only be made if the regressions discussed in Bug #1680313 are addressed.
Comment 1•4 years ago
|
||
Can this be shipped now that bug 1637658 is fixed?
(Jean-Yves Avenard [:jya] from bug 1637658 comment #37)
The code is disabled by pref in beta and release.
This patch will allow the pref to be enabled again, but no need for uplifting
The regressions of bug 1637658 (bug 1697316, bug 1713425, bug 1744481)
also occur with
- enabled and disabled media.navigator.mediadatadecoder_vpx_enabled,
- media.ffvpx.enabled:false media.rdd-ffvpx.enabled:false media.ffmpeg.enabled:false media.rdd-ffmpeg.enabled:false
| Assignee | ||
Comment 2•4 years ago
|
||
Let's look at it when VA-API bug are solved.
| Assignee | ||
Comment 3•3 years ago
•
|
||
Regressions look solved. We're using that in Fedora for 2 years without issues so I guess it's time to enable it again.
| Assignee | ||
Comment 4•3 years ago
|
||
Updated•3 years ago
|
Comment 6•3 years ago
|
||
| bugherder | ||
Comment 7•3 years ago
|
||
Backed out changeset 6dc2474a0ab6 (bug 1709009) for landing during soft freeze.
Backout link: https://hg.mozilla.org/integration/autoland/rev/dade4a8107b975273127b3cec9d996ac9f14921e
Comment 8•3 years ago
|
||
Backout merged to central: https://hg.mozilla.org/mozilla-central/rev/dade4a8107b975273127b3cec9d996ac9f14921e
| Assignee | ||
Comment 10•3 years ago
|
||
I wonder how is that possible as we have enabled it for Nightly already. So what's the difference in Beta?
Comment 11•3 years ago
|
||
There's a r+ patch which didn't land and no activity in this bug for 2 weeks.
:stransky, could you have a look please?
If you still have some work to do, you can add an action "Plan Changes" in Phabricator.
For more information, please visit auto_nag documentation.
Updated•3 years ago
|
| Comment hidden (off-topic) |
Comment 14•3 years ago
|
||
Sorry, there was a problem with the detection of inactive users. I'm reverting the change.
Comment 15•3 years ago
|
||
Martin, in looks like we could reland this by only allowing it on Linux, i.e. #if defined(NIGHTLY_BUILD) || defined(MOZ_WIDGET_GTK). WDYT?
| Assignee | ||
Comment 16•3 years ago
|
||
Okay, let's do that after soft freeze.
Updated•3 years ago
|
Comment 17•3 years ago
|
||
| Assignee | ||
Updated•3 years ago
|
Comment 18•3 years ago
|
||
| bugherder | ||
Description
•