[gstreamer-bugs] [Bug 510354] post GST_MESSAGE_STRUCTURE_CHANGE when linking and unlinking pads

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Thu Jul 24 17:33:17 PDT 2008


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=510354

  GStreamer | gstreamer (core) | Ver: HEAD CVS




------- Comment #12 from Olivier Crete (Tester)  2008-07-25 00:33 UTC -------
Created an attachment (id=115214)
 --> (http://bugzilla.gnome.org/attachment.cgi?id=115214&action=view)
Further updated patch

I'm adding that patch that adds a GPtrArray of the currently changing pads to
GstBin and checks if the pads in there in the iterator update_degree function.

I see only one problem with the current patch, the update_degree() function
seems to be sometimes called with the GstBin lock held (on lock creation) and
sometimes without (other times). So we can't do locking properly inside there,
maybe there should be another lock just for that list ?


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=510354.




More information about the Gstreamer-bugs mailing list