summaryrefslogtreecommitdiffstats
path: root/gst/rtsp/gstrtspsrc.h
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 /gst/rtsp/gstrtspsrc.h
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 'gst/rtsp/gstrtspsrc.h')
-rw-r--r--gst/rtsp/gstrtspsrc.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/gst/rtsp/gstrtspsrc.h b/gst/rtsp/gstrtspsrc.h
index 29f23ce4..77088b8a 100644
--- a/gst/rtsp/gstrtspsrc.h
+++ b/gst/rtsp/gstrtspsrc.h
@@ -120,6 +120,11 @@ struct _GstRTSPStream {
guint32 ssrc;
guint32 seqbase;
guint64 timebase;
+
+ /* bandwidth */
+ guint as_bandwidth;
+ guint rs_bandwidth;
+ guint rr_bandwidth;
};
struct _GstRTSPSrc {