From 5274c3f4e2139b8f781315ba6ed5858ca2760a8e Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Mon, 1 Oct 2007 16:34:56 +0000 Subject: 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. --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d6832e7e..a37c09ad 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2007-10-01 Wim Taymans + + * 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 * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_parse_rtpmap), -- cgit