mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
sdpmessage: add new TIAS bandwidth modifier
Add TIAS modifier as specified in RFC 3890. Do some whitespace fixes.
This commit is contained in:
parent
4965782c48
commit
1fdfed5cc1
1 changed files with 18 additions and 9 deletions
|
@ -130,6 +130,15 @@ typedef struct {
|
||||||
* Since: 0.10.15
|
* Since: 0.10.15
|
||||||
*/
|
*/
|
||||||
#define GST_SDP_BWTYPE_RR "RR"
|
#define GST_SDP_BWTYPE_RR "RR"
|
||||||
|
/**
|
||||||
|
* GST_SDP_BWTYPE_TIAS:
|
||||||
|
*
|
||||||
|
* Transport Independent Application Specific Maximum bandwidth (RFC 3890).
|
||||||
|
*
|
||||||
|
* Since: 0.10.30
|
||||||
|
*/
|
||||||
|
#define GST_SDP_BWTYPE_TIAS "TIAS"
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* GstSDPBandwidth:
|
* GstSDPBandwidth:
|
||||||
|
|
Loading…
Reference in a new issue