From 02fa0a79929d7e5e4202e6421945b739d5f47514 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Fri, 11 May 2007 15:09:39 +0000 Subject: gst/rtsp/: Preliminary seek support. Original commit message from CVS: * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush), (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek), (gst_rtspsrc_handle_src_event), (gst_rtspsrc_stream_configure_manager), (gst_rtspsrc_stream_configure_tcp), (gst_rtspsrc_loop_interleaved), (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open), (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play): * gst/rtsp/gstrtspsrc.h: * gst/rtsp/rtspdefs.h: Preliminary seek support. Activate internal pads so that we can receive events on them. Don't try to parse a range string when it's NULL. --- ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d9471eaf..d8def69c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +2007-05-11 Wim Taymans + + * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush), + (gst_rtspsrc_do_seek), (gst_rtspsrc_perform_seek), + (gst_rtspsrc_handle_src_event), + (gst_rtspsrc_stream_configure_manager), + (gst_rtspsrc_stream_configure_tcp), (gst_rtspsrc_loop_interleaved), + (gst_rtspsrc_send_keep_alive), (gst_rtspsrc_open), + (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play): + * gst/rtsp/gstrtspsrc.h: + * gst/rtsp/rtspdefs.h: + Preliminary seek support. + Activate internal pads so that we can receive events on them. + Don't try to parse a range string when it's NULL. + 2007-05-11 Wim Taymans * gst/rtp/README: -- cgit