[Bug 784414] ges-timeline-element: emit 'deep-notify' signal in main thread

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Sat Jul 1 14:38:21 UTC 2017


https://bugzilla.gnome.org/show_bug.cgi?id=784414

--- Comment #10 from Thibault Saunier <tsaunier at gnome.org> ---
(In reply to Nicolas Dufresne (stormer) from comment #9)
> I also think g_idle_add is wrong, as Thibault just mention GES can run on
> another GMaintContext/Thread. Use g_idle_source_new instead and attach it to
> the thread default context.

Well, that would run the callback from the thread where it is emited, really
not what we want :-)

Most logical thing to handle that case would be to use the default MainContext
from the thread where GES has been initialized, but I would say it is not
mandatory for now.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list