From 63b73eff7db09160daa2af06180fee4de65d200d Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Mon, 14 May 2007 11:11:42 +0000 Subject: gst/rtsp/gstrtspsrc.c: Parse range correctly. Original commit message from CVS: * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_range): Parse range correctly. * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri): The baseurl now always has a '/' at the start. --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 412618e0..1e9ddb7a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2007-05-14 Wim Taymans + + * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_range): + Parse range correctly. + + * gst/rtsp/rtspurl.c: (rtsp_url_get_request_uri): + The baseurl now always has a '/' at the start. + 2007-05-14 Wim Taymans * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps), -- cgit