gst/rtsp/gstrtspsrc.*: Protect connection activity with a new lock, avoids deadlocks...
authorWim Taymans <wim.taymans@gmail.com>
Fri, 17 Aug 2007 17:08:11 +0000 (17:08 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Fri, 17 Aug 2007 17:08:11 +0000 (17:08 +0000)
commit0dcafb0635b6d435dde431f89285fff8d8a6b9e3
tree989adf71fcaecfb5a6a33b706b8e0f6a42919c74
parent4d581cb6062e8f0248303840b6be30b342cf900c
gst/rtsp/gstrtspsrc.*: Protect connection activity with a new lock, avoids deadlocks when going to PAUSED. Fixes #455...

Original commit message from CVS:
* gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_init),
(gst_rtspsrc_finalize), (gst_rtspsrc_connection_send),
(gst_rtspsrc_connection_receive), (gst_rtspsrc_sink_chain),
(gst_rtspsrc_handle_request), (gst_rtspsrc_send_keep_alive),
(gst_rtspsrc_loop_interleaved), (gst_rtspsrc_loop_udp),
(gst_rtspsrc_try_send), (gst_rtspsrc_pause):
* gst/rtsp/gstrtspsrc.h:
Protect connection activity with a new lock, avoids deadlocks when going
to PAUSED. Fixes #455808.
ChangeLog
gst/rtsp/gstrtspsrc.c
gst/rtsp/gstrtspsrc.h