Bug 1237145 - Disable decoding unencrypted video using Adobe's GMP. r=kentuckyfriedtakahe

This commit is contained in:
Chris Pearce 2016-01-06 14:59:05 +13:00
parent 768a10847d
commit 83a4c1a29a

View File

@ -1502,7 +1502,8 @@ 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);
// NOTE: Disabled until Bug 1236756 is fixed by Adobe.
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