Bug 1237145 - Disable decoding unencrypted video using Adobe's GMP. r?kentuckyfriedtakahe draft
authorChris Pearce <cpearce@mozilla.com>
Wed, 06 Jan 2016 14:59:05 +1300
changeset 319157 d72f24543233957447b727b552fb15c0758eb3b4
parent 318937 29258f59e5456a1a518ccce6b473b50c1173477e
child 512560 550ad52d9f9b9eccbc67addb2c4c4c7a42de002b
push id8991
push usercpearce@mozilla.com
push dateWed, 06 Jan 2016 01:59:57 +0000
reviewerskentuckyfriedtakahe
bugs1237145
milestone46.0a1
Bug 1237145 - Disable decoding unencrypted video using Adobe's GMP. r?kentuckyfriedtakahe
browser/app/profile/firefox.js
--- a/browser/app/profile/firefox.js
+++ b/browser/app/profile/firefox.js
@@ -1497,17 +1497,18 @@ pref("ui.key.menuAccessKeyFocuses", true
 #endif
 
 // Encrypted media extensions.
 pref("media.eme.enabled", true);
 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
 // installed.
 pref("media.gmp.decoder.aac", 2);
 pref("media.gmp.decoder.h264", 2);
 
 // Whether we should run a test-pattern through EME GMPs before assuming they'll