summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorJob Bautista <jobbautista9@protonmail.com>2022-07-29 20:14:27 +0800
committerJob Bautista <jobbautista9@protonmail.com>2022-07-29 20:14:27 +0800
commit8a10b7bf8b45952f862f07842d0efb12c4feff04 (patch)
tree7067b4efc387d4756dfa2f8bad3e828370512e9f /modules
parent28e73defa3021293bfd220bbceed04d04fd169e7 (diff)
downloaduxp-8a10b7bf8b45952f862f07842d0efb12c4feff04.tar.gz
Issue #1977 - Bring back old behavior behind a pref.
I've thought about this before creating the issue, and Moonchild wanted this as well.
Diffstat (limited to 'modules')
-rw-r--r--modules/libpref/init/all.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/libpref/init/all.js b/modules/libpref/init/all.js
index d17082364a..4a57e5fcaa 100644
--- a/modules/libpref/init/all.js
+++ b/modules/libpref/init/all.js
@@ -361,6 +361,10 @@ pref("media.wakelock_timeout", 2000);
// opened as top-level documents, as opposed to inside a media element.
pref("media.play-stand-alone", true);
+// Whether we should play wave files opened in a "media document", i.e. wave
+// audio opened as top-level documents, as opposed to inside a media element.
+pref("media.wave.play-stand-alone", true);
+
pref("media.hardware-video-decoding.enabled", true);
pref("media.hardware-video-decoding.force-enabled", false);