diff options
| author | Wim Taymans <wim.taymans@gmail.com> | 2007-08-17 17:08:11 +0000 |
|---|---|---|
| committer | Wim Taymans <wim.taymans@gmail.com> | 2007-08-17 17:08:11 +0000 |
| commit | 0dcafb0635b6d435dde431f89285fff8d8a6b9e3 (patch) | |
| tree | 989adf71fcaecfb5a6a33b706b8e0f6a42919c74 /ChangeLog | |
| parent | 4d581cb6062e8f0248303840b6be30b342cf900c (diff) | |
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.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,5 +1,17 @@ 2007-08-17 Wim Taymans <wim.taymans@gmail.com> + * 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. + +2007-08-17 Wim Taymans <wim.taymans@gmail.com> + * gst/debug/rndbuffersize.c: (gst_rnd_buffer_size_loop): Fix debug statement. |
