gst-libs/gst/sdp/gstsdpmessage.h: Add RFC 3556 bandwidth modifiers.
authorWim Taymans <wim.taymans@gmail.com>
Mon, 1 Oct 2007 16:33:00 +0000 (16:33 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Mon, 1 Oct 2007 16:33:00 +0000 (16:33 +0000)
Original commit message from CVS:
* gst-libs/gst/sdp/gstsdpmessage.h:
Add RFC 3556 bandwidth modifiers.

ChangeLog
gst-libs/gst/sdp/gstsdpmessage.h

index 6b96957..1805090 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 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:
        * docs/libs/gst-plugins-base-libs-sections.txt:
        * gst-libs/gst/rtp/gstrtppayloads.c:
index bb1bbc7..722ff81 100644 (file)
@@ -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