sdpmessage: add new TIAS bandwidth modifier

Add TIAS modifier as specified in RFC 3890.
Do some whitespace fixes.
This commit is contained in:
Wim Taymans 2010-05-07 17:16:37 +02:00
parent 4965782c48
commit 1fdfed5cc1

View file

@ -130,6 +130,15 @@ typedef struct {
* Since: 0.10.15
*/
#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: