[Bug 647757] [bin] Doesn't check if an element is still a child before changing the state

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Apr 20 08:22:05 PDT 2011


https://bugzilla.gnome.org/show_bug.cgi?id=647757
  GStreamer | gstreamer (core) | git

Wim Taymans <wim.taymans> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |wim.taymans at gmail.com

--- Comment #3 from Wim Taymans <wim.taymans at gmail.com> 2011-04-20 15:22:00 UTC ---
There is not so much one can do for those races. The effect of a concurrent
remove and set_state however is always something of the following after both
methods complete:

1) the element is removed before the state is set
2) the element is removed after the state is set

That's perfectly normal behaviour if you do uncontrolled simultaneous execution
of those 2 methods.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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