[tor-commits] [tor-browser] 111/311: Bug 1757618 - Use smaller ring buffer on anything but m1 macs. r=media-playback-reviewers, alwu, a=dmeehan

gitolite role git at cupani.torproject.org
Tue Apr 26 15:28:31 UTC 2022


This is an automated email from the git hooks/post-receive script.

pierov pushed a commit to branch geckoview-99.0.1-11.0-1
in repository tor-browser.

commit b6a5723858ed0fbed70cdac6c560c24f0b5e277c
Author: Paul Adenot <paul at paul.cx>
AuthorDate: Tue Mar 8 07:44:36 2022 +0000

    Bug 1757618 - Use smaller ring buffer on anything but m1 macs. r=media-playback-reviewers,alwu, a=dmeehan
    
    Differential Revision: https://phabricator.services.mozilla.com/D140218
---
 modules/libpref/init/StaticPrefList.yaml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/modules/libpref/init/StaticPrefList.yaml b/modules/libpref/init/StaticPrefList.yaml
index ef603556be54d..153d7504d2f74 100644
--- a/modules/libpref/init/StaticPrefList.yaml
+++ b/modules/libpref/init/StaticPrefList.yaml
@@ -9579,7 +9579,11 @@
 # reached. The total size of the ring-buffer is slightly bigger than this.
 - name: media.audio.audiosink.threshold_ms
   type: AtomicFloat
+#if defined(XP_MACOSX) && defined(__aarch64__)
   value: 1000.0
+#else
+  value: 200.0
+#endif
   mirror: always
 
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the tor-commits mailing list