From 8a2bcfecb005d3caf8c69798dd377f2c781607f7 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Tue, 11 Nov 2008 15:16:31 +0000 Subject: gst/rtsp/gstrtspsrc.c: Only pause/play in the seek handler when the source was playing. Original commit message from CVS: * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek): Only pause/play in the seek handler when the source was playing. Fixes #529379. --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 0752640b..93a37add 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2008-11-11 Wim Taymans + + * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek), + (gst_rtspsrc_perform_seek): + Only pause/play in the seek handler when the source was playing. + Fixes #529379. + 2008-11-11 Sebastian Dröge * gst/matroska/matroska-mux.c: -- cgit