summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2023-02-28 00:40:26 +0100
committerMoonchild <moonchild@palemoon.org>2023-02-28 00:40:26 +0100
commit6da7d30e761ba4406addececa5e0e4c7cbe68263 (patch)
treef84c2acbb4dd4b07d2b59dd85a2b71bba68de180 /modules
parent953a2eab75c8913b8c2b6e529eea6f389c9f0408 (diff)
downloaduxp-6da7d30e761ba4406addececa5e0e4c7cbe68263.tar.gz
No Issue - Enable MSE for WebM on all platforms.
WebM is certainly mature enough to have hooked into MSE (default on Linux and other for years now).
Diffstat (limited to 'modules')
-rw-r--r--modules/libpref/init/all.js6
1 files changed, 0 insertions, 6 deletions
diff --git a/modules/libpref/init/all.js b/modules/libpref/init/all.js
index 9d12ee2414..9881dc4d69 100644
--- a/modules/libpref/init/all.js
+++ b/modules/libpref/init/all.js
@@ -565,14 +565,8 @@ pref("media.track.enabled", false);
// Whether to enable MediaSource support.
pref("media.mediasource.enabled", true);
-
pref("media.mediasource.mp4.enabled", true);
-
-#if defined(XP_WIN) || defined(XP_MACOSX)
-pref("media.mediasource.webm.enabled", false);
-#else
pref("media.mediasource.webm.enabled", true);
-#endif
pref("media.mediasource.webm.audio.enabled", true);
#ifdef MOZ_AV1