From 92e16a65aeed6d38e42ace28b8e2b931e7995c40 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Mon, 8 Oct 2007 11:58:51 +0000 Subject: gst/rtsp/gstrtspsrc.c: More seeking fixes, mostly passing around the new playback segment in order to configure it pr... Original commit message from CVS: * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush), (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek), (gst_rtspsrc_configure_caps), (gst_rtspsrc_loop_udp), (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_play), (gst_rtspsrc_change_state): More seeking fixes, mostly passing around the new playback segment in order to configure it properly. Also reset base_time of udp sources when setting them back to PLAYING as a temporary hack until core supports seek in live sources properly. --- ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b1d9e071..6b3da5ba 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2007-10-08 Wim Taymans + + * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush), + (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek), + (gst_rtspsrc_configure_caps), (gst_rtspsrc_loop_udp), + (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_play), + (gst_rtspsrc_change_state): + More seeking fixes, mostly passing around the new playback segment in + order to configure it properly. + Also reset base_time of udp sources when setting them back to PLAYING as + a temporary hack until core supports seek in live sources properly. + 2007-10-08 Wim Taymans * gst/rtp/gstrtpmp4adepay.c: -- cgit