From 56e63b44885808845f99fd3b6424bd9eeee8f2f0 Mon Sep 17 00:00:00 2001 From: Tommi Myöhänen Date: Mon, 22 Oct 2007 16:44:48 +0000 Subject: gst/rtsp/gstrtspsrc.c: Fix race when pausing a RTSP stream in interleaved. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Original commit message from CVS: Patch by: Tommi Myöhänen * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved): Fix race when pausing a RTSP stream in interleaved. Fixes #475784. --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index eaed420c..59d29a8b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2007-10-22 Wim Taymans + + Patch by: Tommi Myöhänen + + * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_loop_interleaved): + Fix race when pausing a RTSP stream in interleaved. + Fixes #475784. + 2007-10-22 Wim Taymans Patch by: Peter Kjellerstedt -- cgit