summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2007-05-11 15:09:39 +0000
committerWim Taymans <wim.taymans@gmail.com>2007-05-11 15:09:39 +0000
commit02fa0a79929d7e5e4202e6421945b739d5f47514 (patch)
treedcbc2a0e02e76b6640b90eca6a084a9844463bab /ChangeLog
parent5bc71b661d5f3b3902fc1ccde5026472c75fa2e3 (diff)
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d9471eaf..d8def69c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,20 @@
2007-05-11 Wim Taymans <wim@fluendo.com>
+ * 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 <wim@fluendo.com>
+
* gst/rtp/README:
Update README with new RTP variables that will be used for
synchronisation.