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

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Thu Aug 16 06:24:04 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

Wim Taymans changed:

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




------- Comment #3 from Wim Taymans  2007-08-16 13:24 UTC -------
rtpdec really should not be used, it does not do the right thing and was just
an intermediate element to make the transition to the new rtpbin.

The warning is a normal thing when the udp transport times out, if you know udp
is not possible, you can disable it as a valid transport in rtspsrc with
protocols=4.

The locking can however be made a little more fine grained. It currently takes
the stream lock to make sure that the streaming thread is not receiving data
from the server while we send the PAUSE command. 


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