Daniel Brötzmann pushed to branch master at gajim / gajim


Commits:
7c5ad2dc by wurstsalat at 2022-10-17T23:35:16+02:00
fix: PreviewAudio: Increase update rate for seek bar

Fixes #11215

- - - - -


1 changed file:

- gajim/gtk/preview_audio.py


Changes:

=====================================
gajim/gtk/preview_audio.py
=====================================
@@ -116,7 +116,7 @@ def _on_bus_message(self, _bus: Gst.Bus, message: 
Gst.Message) -> None:
             is_paused = self._get_paused()
             if (duration > 0 and not is_paused and
                     not self._has_timeout):
-                GLib.timeout_add(500, self._update_seek_bar)
+                GLib.timeout_add(50, self._update_seek_bar)
                 self._has_timeout = True
 
     def _on_seek(self,



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/7c5ad2dca54d0fec747c575426f3a1b03d817256

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/7c5ad2dca54d0fec747c575426f3a1b03d817256
You're receiving this email because of your account on dev.gajim.org.


_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to