[Bug 784414] ges-timeline-element: emit 'deep-notify' signal in main thread
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Sat Jul 1 19:39:16 UTC 2017
https://bugzilla.gnome.org/show_bug.cgi?id=784414
--- Comment #11 from Nicolas Dufresne (stormer) <nicolas at ndufresne.ca> ---
I meant GES GMainContext of course.
(In reply to Thibault Saunier from comment #2)
> GES is suposdely not multi threaded, I think it makes sense that all our API
> is happening in the main thread/thread used by GES.
>
Here you open the door that GES could be running in non-default context (a
second context). Using g_idle_add will always reach the default context, that's
what I'm saying. If you don't support that, then fine (just like GTK).
--
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