mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
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:
parent
d874f65f6e
commit
767366a1e1
2 changed files with 22 additions and 0 deletions
|
@ -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>
|
2007-10-01 Wim Taymans <wim.taymans@gmail.com>
|
||||||
|
|
||||||
* docs/libs/gst-plugins-base-libs-docs.sgml:
|
* docs/libs/gst-plugins-base-libs-docs.sgml:
|
||||||
|
|
|
@ -114,6 +114,23 @@ typedef struct {
|
||||||
*/
|
*/
|
||||||
#define GST_SDP_BWTYPE_EXT_PREFIX "X-"
|
#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:
|
* GstSDPBandwidth:
|
||||||
* @bwtype: the bandwidth modifier type
|
* @bwtype: the bandwidth modifier type
|
||||||
|
|
Loading…
Reference in a new issue