Bug 1407487 - P2: Enable cubeb remoting on Nightly. r?kinetik draft
authorDan Glastonbury <dan.glastonbury@gmail.com>
Thu, 12 Oct 2017 10:36:01 +1000
changeset 678950 50736cbe53e254e9f43eb22e59adf2a05b96cb34
parent 678949 332d7d14a6becb3475e88d4b10c328d7cd36313d
child 735473 edd70a546f93ef63d4fac876af2202d266020529
push id84078
push userbmo:dglastonbury@mozilla.com
push dateThu, 12 Oct 2017 02:55:24 +0000
reviewerskinetik
bugs1407487
milestone58.0a1
Bug 1407487 - P2: Enable cubeb remoting on Nightly. r?kinetik MozReview-Commit-ID: AKlAsy5nlgL
modules/libpref/init/all.js
--- a/modules/libpref/init/all.js
+++ b/modules/libpref/init/all.js
@@ -636,16 +636,21 @@ pref("media.decoder.recycle.enabled", fa
 
 //Weather MFR should try to skip to next key frame or not.
 pref("media.decoder.skip-to-next-key-frame.enabled", true);
 
 // Log level for cubeb, the audio input/output system. Valid values are
 // "verbose", "normal" and "" (log disabled).
 pref("media.cubeb.logging_level", "");
 
+#ifdef NIGHTLY_BUILD
+// Cubeb sandbox (remoting) control
+pref("media.cubeb.sandbox", true);
+#endif
+
 // Set to true to force demux/decode warnings to be treated as errors.
 pref("media.playback.warnings-as-errors", false);
 
 // Weather we allow AMD switchable graphics
 pref("layers.amd-switchable-gfx.enabled", true);
 
 // Whether to use async panning and zooming
 pref("layers.async-pan-zoom.enabled", true);