[gstreamer-bugs] [Bug 574838] seeking can deadlock adder

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Mon Mar 16 13:12:01 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=574838

  GStreamer | gst-plugins-base | Ver: git




------- Comment #6 from Stefan Kost (gstreamer, gtkdoc dev)  2009-03-16 20:12 UTC -------
But the collect function in turn is stuck in GST_COLLECT_PADS_WAIT. The
application is definitely locked - no more sound. If I just disable the lock in
gst_adder_src_event()/GST_EVENT_SEEK/GST_OBJECT_LOCK (adder->collect);
it does not lock up, but does not behave correctly either.

I don't see why we have to wait for gst_collect_pads_chain() to finish. It does
not (and it cannot) access adder->segment_pending and adder->segment_position
and that is what we modity in the event function.


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




More information about the Gstreamer-bugs mailing list