mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 887978 - Pref on WebVTT for non-release builds. r=cpearce
This allows us to get wider testing without having to worry about flipping the pref back off for release if we find problems.
This commit is contained in:
parent
6a70ef5fa8
commit
86391224b0
@ -263,7 +263,11 @@ pref("media.tabstreaming.height", 240);
|
||||
pref("media.tabstreaming.time_per_frame", 40);
|
||||
|
||||
// TextTrack support
|
||||
#ifdef RELEASE_BUILD
|
||||
pref("media.webvtt.enabled", false);
|
||||
#else
|
||||
pref("media.webvtt.enabled", true);
|
||||
#endif
|
||||
|
||||
// Whether to enable MediaSource support
|
||||
pref("media.mediasource.enabled", false);
|
||||
|
Loading…
Reference in New Issue
Block a user