summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2007-10-05 13:18:19 +0000
committerWim Taymans <wim.taymans@gmail.com>2007-10-05 13:18:19 +0000
commit7624f9149790a007c98b932ee895e67cd7deee78 (patch)
tree1a7dddc0cc4734284103a44709bb9fbd3d585b6f /ChangeLog
parent11aaae270b6dd3567d25214112c7d0e1d75701e5 (diff)
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ad13866f..bbd77ee7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2007-10-05 Wim Taymans <wim.taymans@gmail.com>
+
+ * 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 <ensonic@users.sf.net>
* gst/rtp/gstrtpgsmdepay.c: