summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2007-05-14 09:01:05 +0000
committerWim Taymans <wim.taymans@gmail.com>2007-05-14 09:01:05 +0000
commitfc2f6baf0de54a1b42a7c0d80e209cc55e3ba00c (patch)
tree11dfff05e4a475ed71d6a00ba45bdbb61a273887 /ChangeLog
parentbcbbda0b8031e0c089d9e42766331e14fd2d6254 (diff)
gst/rtsp/gstrtspsrc.c: Factor out caps configuration and configure more stuff such as the time ranges and speed/scale...
Original commit message from CVS: * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_configure_caps), (gst_rtspsrc_parse_range), (gst_rtspsrc_open), (gst_rtspsrc_parse_rtpinfo), (gst_rtspsrc_play): Factor out caps configuration and configure more stuff such as the time ranges and speed/scale values. * gst/rtsp/rtsptransport.c: Add Copyright after non-trival fixes.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 47d611c6..412618e0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+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):
+ Factor out caps configuration and configure more stuff such as the time
+ ranges and speed/scale values.
+
+ * gst/rtsp/rtsptransport.c:
+ Add Copyright after non-trival fixes.
+
2007-05-12 Wim Taymans <wim@fluendo.com>
Patch by: Peter Kjellerstedt <pkj at axis com>