[gstreamer-bugs] [Bug 580121] race condition in GStreamer state changes causes problems in id3v2mux tests

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Fri Apr 24 07:32:17 PDT 2009


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

  GStreamer | gstreamer (core) | Ver: git

Wim Taymans changed:

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




------- Comment #1 from Wim Taymans  2009-04-24 14:32 UTC -------
Or even something like this:

diff --git a/gst/gstbin.c b/gst/gstbin.c
index 39da827..1d8deaf 100644
--- a/gst/gstbin.c
+++ b/gst/gstbin.c
@@ -2523,6 +2523,7 @@ gst_bin_continue_func (BinContinueData * data)
transition = (GstStateChange) GST_STATE_TRANSITION (current, next);
GST_STATE_NEXT (bin) = next;
+ GST_STATE_PENDING (bin) = pending;
/* mark busy */
GST_STATE_RETURN (bin) = GST_STATE_CHANGE_ASYNC;
GST_OBJECT_UNLOCK (bin);


-- 
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=580121.




More information about the Gstreamer-bugs mailing list