mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-25 09:40:37 +00:00
Use low idle priority for dispatching, to fix initial vtimeline display
This commit is contained in:
parent
b9156160e3
commit
6f371b8b3a
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ class GSourceDispatcher (Dispatcher):
|
||||||
if self.source_id is not None:
|
if self.source_id is not None:
|
||||||
gobject.source_remove (self.source_id)
|
gobject.source_remove (self.source_id)
|
||||||
|
|
||||||
self.source_id = gobject.idle_add (iterator.next)
|
self.source_id = gobject.idle_add (iterator.next, priority = gobject.PRIORITY_LOW)
|
||||||
|
|
||||||
def cancel (self):
|
def cancel (self):
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue