mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 927245 - Pref off deprecated Audio Data API implementation. r=ehsan
This commit is contained in:
parent
e38ae1edc4
commit
e94c8112c0
@ -282,7 +282,7 @@ pref("media.video-queue.default-size", 10);
|
||||
pref("media.video_stats.enabled", true);
|
||||
|
||||
// Whether to enable the audio writing APIs on the audio element
|
||||
pref("media.audio_data.enabled", true);
|
||||
pref("media.audio_data.enabled", false);
|
||||
|
||||
// Whether to lock touch scrolling to one axis at a time
|
||||
// 0 = FREE (No locking at all)
|
||||
|
Loading…
Reference in New Issue
Block a user