mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1265815 - [Beta46] Disable unencrypted Adobe GMP decoding due to crashes. r=kentuckyfriedtakehe,a=lizzard
We detected a spike in crashes in GMP plugin processes that coincide with turning on unencrypted decoding via GMP. This happens on all Windows versions, but particularly on Windows XP. MozReview-Commit-ID: 4csnWFfjimB
This commit is contained in:
parent
c055ec0810
commit
6bd257ef9f
@ -1344,7 +1344,7 @@ pref("media.eme.apiVisible", true);
|
||||
|
||||
// Decode using Gecko Media Plugins in <video>, if a system decoder is not
|
||||
// availble and the preferred GMP is available.
|
||||
pref("media.gmp.decoder.enabled", true);
|
||||
pref("media.gmp.decoder.enabled", false);
|
||||
|
||||
// If decoding-via-GMP is turned on for <video>, use Adobe's GMP for decoding,
|
||||
// if it's available. Note: We won't fallback to another GMP if Adobe's is not
|
||||
|
Loading…
Reference in New Issue
Block a user