mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1187542 - Enable new MediaSource architecture on FFOS. r=jya
This commit is contained in:
parent
3893b4bb5a
commit
9de9c3c32d
@ -476,12 +476,8 @@ pref("media.mediasource.enabled", false);
|
||||
pref("media.mediasource.mp4.enabled", true);
|
||||
pref("media.mediasource.webm.enabled", false);
|
||||
|
||||
#if defined(MOZ_WIDGET_GONK)
|
||||
pref("media.mediasource.format-reader", false);
|
||||
#else
|
||||
// Enable new MediaSource architecture.
|
||||
pref("media.mediasource.format-reader", true);
|
||||
#endif
|
||||
|
||||
// Enable new MediaFormatReader architecture for webm in MSE
|
||||
pref("media.mediasource.format-reader.webm", false);
|
||||
|
Loading…
Reference in New Issue
Block a user