[Bug 770627] adaptivedemux: prevent to set source flag itself

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Sep 1 01:28:01 UTC 2016


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

Thiago Sousa Santos <thiagossantos at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |thiagossantos at gmail.com

--- Comment #10 from Thiago Sousa Santos <thiagossantos at gmail.com> ---
This is going to be racy between gst_bin_add and GST_OBJECT_FLAG_UNSET. As this
can happen while in PLAYING there is a chance the user tries to do some
operation and gets an unexpected behavior if it hits this window.

I guess to properly solve this we need to have it done inside gst_bin_add, a
variant that would allow suppressing some flags propagation.

This is also done in camerabin IIRC, though I'm not sure if it is racy there as
it is done during startup.

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