summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2007-10-01 16:34:56 +0000
committerWim Taymans <wim.taymans@gmail.com>2007-10-01 16:34:56 +0000
commit5274c3f4e2139b8f781315ba6ed5858ca2760a8e (patch)
treec65d964f52e0ce46c5fed9eb14d89d588a760679 /ChangeLog
parentb3e03a9a121bf3c69a2d33e9e8feef3e1547dfe0 (diff)
gst/rtsp/gstrtspsrc.*: Parse bandwidth modifiers, they are not yet configured in the session manager because we don't...
Original commit message from CVS: * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_bandwidth), (gst_rtspsrc_collect_bandwidth), (gst_rtspsrc_create_stream), (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved): * gst/rtsp/gstrtspsrc.h: Parse bandwidth modifiers, they are not yet configured in the session manager because we don't have an API for that yet.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d6832e7e..a37c09ad 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2007-10-01 Wim Taymans <wim.taymans@gmail.com>
+ * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_get_bandwidth),
+ (gst_rtspsrc_collect_bandwidth), (gst_rtspsrc_create_stream),
+ (gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
+ * gst/rtsp/gstrtspsrc.h:
+ Parse bandwidth modifiers, they are not yet configured in the session
+ manager because we don't have an API for that yet.
+
+2007-10-01 Wim Taymans <wim.taymans@gmail.com>
+
* gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap),
(gst_rtspsrc_media_to_caps), (gst_rtspsrc_loop_interleaved):
Use shiny new function in -base to get the default clock-rate.