From 5592bdd4592958b4e0ec231d79b3b9f3c784a4e1 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Wed, 22 Aug 2007 15:01:29 +0000 Subject: 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. --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 0ba542e3..7088f64c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2007-08-22 Wim Taymans + + * 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 patch by: Mark Nauwelaerts -- cgit