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.
This commit is contained in:
Wim Taymans 2007-10-01 16:33:00 +00:00
parent d874f65f6e
commit 767366a1e1
2 changed files with 22 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2007-10-01 Wim Taymans <wim.taymans@gmail.com>
* gst-libs/gst/sdp/gstsdpmessage.h:
Add RFC 3556 bandwidth modifiers.
2007-10-01 Wim Taymans <wim.taymans@gmail.com>
* docs/libs/gst-plugins-base-libs-docs.sgml:

View file

@ -114,6 +114,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