From 767366a1e1d64dc84baa1da8f4a3668fb3fa81b3 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Mon, 1 Oct 2007 16:33:00 +0000 Subject: [PATCH] gst-libs/gst/sdp/gstsdpmessage.h: Add RFC 3556 bandwidth modifiers. Original commit message from CVS: * gst-libs/gst/sdp/gstsdpmessage.h: Add RFC 3556 bandwidth modifiers. --- ChangeLog | 5 +++++ gst-libs/gst/sdp/gstsdpmessage.h | 17 +++++++++++++++++ 2 files changed, 22 insertions(+) diff --git a/ChangeLog b/ChangeLog index 6b96957..1805090 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2007-10-01 Wim Taymans + * gst-libs/gst/sdp/gstsdpmessage.h: + Add RFC 3556 bandwidth modifiers. + +2007-10-01 Wim Taymans + * docs/libs/gst-plugins-base-libs-docs.sgml: * docs/libs/gst-plugins-base-libs-sections.txt: * gst-libs/gst/rtp/gstrtppayloads.c: diff --git a/gst-libs/gst/sdp/gstsdpmessage.h b/gst-libs/gst/sdp/gstsdpmessage.h index bb1bbc7..722ff81 100644 --- a/gst-libs/gst/sdp/gstsdpmessage.h +++ b/gst-libs/gst/sdp/gstsdpmessage.h @@ -115,6 +115,23 @@ typedef struct { #define GST_SDP_BWTYPE_EXT_PREFIX "X-" /** + * GST_SDP_BWTYPE_RS: + * + * RTCP bandwidth allocated to active data senders (RFC 3556). + * + * Since: 0.10.15 + */ +#define GST_SDP_BWTYPE_RS "RS" +/** + * GST_SDP_BWTYPE_RR: + * + * RTCP bandwidth allocated to data receivers (RFC 3556). + * + * Since: 0.10.15 + */ +#define GST_SDP_BWTYPE_RR "RR" + +/** * GstSDPBandwidth: * @bwtype: the bandwidth modifier type * @bandwidth: the bandwidth in kilobits per second -- 2.7.4