summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2007-08-22 15:01:29 +0000
committerWim Taymans <wim.taymans@gmail.com>2007-08-22 15:01:29 +0000
commit5592bdd4592958b4e0ec231d79b3b9f3c784a4e1 (patch)
tree6df8edf4e63bd084e869e08cf2ea84c5b1b517dc /ChangeLog
parent09a56877059b71658a861bb462eaeaa784aae1e1 (diff)
gst/rtsp/gstrtspsrc.*: Fix method detection again.
Original commit message from CVS: * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek), (gst_rtspsrc_parse_methods), (gst_rtspsrc_open), (gst_rtspsrc_play): * gst/rtsp/gstrtspsrc.h: Fix method detection again. Keep track of when we must send a Range header. Use segment values for Range, Speed and Scale headers. Parse Speed and Scale headers to update the segment values.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0ba542e3..7088f64c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2007-08-22 Wim Taymans <wim.taymans@gmail.com>
+
+ * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
+ (gst_rtspsrc_parse_methods), (gst_rtspsrc_open),
+ (gst_rtspsrc_play):
+ * gst/rtsp/gstrtspsrc.h:
+ Fix method detection again.
+ Keep track of when we must send a Range header.
+ Use segment values for Range, Speed and Scale headers.
+ Parse Speed and Scale headers to update the segment values.
+
2007-08-22 Stefan Kost <ensonic@users.sf.net>
patch by: Mark Nauwelaerts <manauw@skynet.be>