summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2007-02-16 12:32:01 +0000
committerWim Taymans <wim.taymans@gmail.com>2007-02-16 12:32:01 +0000
commit7fd025043d321be2377ebe5f964cacabf17cb764 (patch)
tree078e8b4c86e573eb6ba679c2357569b08b54adde /ChangeLog
parentdc325990e0f8dabd7dee80cc158ea018a86be276 (diff)
gst/rtsp/URLS: Add example H264 rtsp url.
Original commit message from CVS: * gst/rtsp/URLS: Add example H264 rtsp url. * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps), (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state): Don't convert values to lowercase or we might mess up base64 encoded properties.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d6f488b7..821a331f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
2007-02-16 Wim Taymans <wim@fluendo.com>
+ * gst/rtsp/URLS:
+ Add example H264 rtsp url.
+
+ * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_media_to_caps),
+ (gst_rtspsrc_handle_message), (gst_rtspsrc_change_state):
+ Don't convert values to lowercase or we might mess up base64 encoded
+ properties.
+
+2007-02-16 Wim Taymans <wim@fluendo.com>
+
* gst/rtp/README:
Fix case of string params.