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

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Sat Jul 1 11:06:57 UTC 2017


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

Thibault Saunier <tsaunier at gnome.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tsaunier at gnome.org

--- Comment #2 from Thibault Saunier <tsaunier at gnome.org> ---
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.

Requiring the user handle it on the bus message doesn't seem appropriate here,
and gst_element_add_property_deep_notify_watch doesn't allow us to handle it
for pad properties.

I think simply marshalling in the main maincontext thread is the way to go
here.

-- 
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