summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2007-05-14 11:11:42 +0000
committerWim Taymans <wim.taymans@gmail.com>2007-05-14 11:11:42 +0000
commit63b73eff7db09160daa2af06180fee4de65d200d (patch)
tree94b0781919feb3211914fe5824f99ec2af15c111 /ChangeLog
parentfc2f6baf0de54a1b42a7c0d80e209cc55e3ba00c (diff)
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 412618e0..1e9ddb7a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2007-05-14 Wim Taymans <wim@fluendo.com>
+ * 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 <wim@fluendo.com>
+
* gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps),
(gst_rtspsrc_parse_range), (gst_rtspsrc_open),
(gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play):