From 7624f9149790a007c98b932ee895e67cd7deee78 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Fri, 5 Oct 2007 13:18:19 +0000 Subject: gst/rtsp/gstrtspsrc.c: Improve flushing behaviour. Original commit message from CVS: * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush), (gst_rtspsrc_perform_seek), (gst_rtspsrc_handle_src_event), (gst_rtspsrc_handle_internal_src_query), (gst_rtspsrc_handle_src_query), (new_session_pad), (gst_rtspsrc_stream_configure_tcp), (gst_rtspsrc_stream_configure_transport), (gst_rtspsrc_loop_send_cmd): Improve flushing behaviour. Set state of the udp sources to PAUSE/PLAYING correctly. Handle events and queries for UDP and TCP transport now. --- ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ad13866f..bbd77ee7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2007-10-05 Wim Taymans + + * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_flush), + (gst_rtspsrc_perform_seek), (gst_rtspsrc_handle_src_event), + (gst_rtspsrc_handle_internal_src_query), + (gst_rtspsrc_handle_src_query), (new_session_pad), + (gst_rtspsrc_stream_configure_tcp), + (gst_rtspsrc_stream_configure_transport), + (gst_rtspsrc_loop_send_cmd): + Improve flushing behaviour. + Set state of the udp sources to PAUSE/PLAYING correctly. + Handle events and queries for UDP and TCP transport now. + 2007-10-04 Stefan Kost * gst/rtp/gstrtpgsmdepay.c: -- cgit