[gstreamer-bugs] [Bug 455808] rtspsrc deadlocks on pause

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Wed Jul 11 03:28:23 PDT 2007


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

  GStreamer | gst-plugins-good | Ver: 0.10.6




------- Comment #2 from Tommi Myöhänen  2007-07-11 10:28 UTC -------
Forgot to mention that I used playbin (+decodebin2) to test this. I made some
debugging and it looks like gst_rtspsrc_loop_interleaved() blocks in
gst_pad_push() call. This happens because multiqueue in decodebin2 gets full
and blocks in gst_multi_queue_chain::gst_data_queue_push() call:

gstmultiqueue.c:624:gst_multi_queue_chain:<multiqueue1> SingleQueue 0 : about
to push buffer with id 209
gstmultiqueue.c:923:single_queue_overrun_cb:<multiqueue1> Single Queue 0 is
full

After this everything stops. gst_rtspsrc_pause() gets stuck in
GST_RTSP_STREAM_LOCK() that never happens  --> deadlock


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




More information about the Gstreamer-bugs mailing list