Closed
Bug 1662497
Opened 5 years ago
Closed 3 years ago
Add preference to prioritize GMP video decoders over other PDMs
Categories
(Core :: Audio/Video: GMP, enhancement)
Core
Audio/Video: GMP
Tracking
()
RESOLVED
DUPLICATE
of bug 1825934
People
(Reporter: andrew.branson, Unassigned)
Details
We've developed a GMP plugin for SailfishOS to provide hardware codec support for video decoding in the Gecko-based Sailfish Browser. When it's installed and the media.gmp.decoder.enabled pref is set to true, it's loaded at the lowest priority in the stack. FFmpeg is ranked higher, and will be used instead even though it only provides software decoding.
When the PDMFactory is loading the Android MediaCodec PDM, it passes an additional parameter to CreatePDM that uses a preference to prioritize this PDM and insert it at the front of the list. The same mechanism for GMPs would be very much appreciated.
Updated•3 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 3 years ago
Duplicate of bug: 1825934
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•