From 499c3e520e58f13dec33874797fd922e953ae157 Mon Sep 17 00:00:00 2001 From: Eric Zhang Date: Mon, 10 Nov 2008 12:13:21 +0000 Subject: gst/rtsp/gstrtspsrc.c: Pause the RTSP stream before doing a new play request. Original commit message from CVS: Based on patch by: Eric Zhang * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_perform_seek), (gst_rtspsrc_stream_configure_udp_sink): Pause the RTSP stream before doing a new play request. Make sure that adding the udpsinks does not cause the rtspsrc to become a sink. Fixes #559547. --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c64fad6a..cc558a88 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2008-11-10 Wim Taymans + + Based on patch by: Eric Zhang + + * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_perform_seek), + (gst_rtspsrc_stream_configure_udp_sink): + Pause the RTSP stream before doing a new play request. + Make sure that adding the udpsinks does not cause the rtspsrc to become + a sink. Fixes #559547. + 2008-11-05 Sebastian Dröge * gst/matroska/matroska-ids.h: -- cgit