summaryrefslogtreecommitdiffstats
path: root/gst/rtsp/sdpmessage.h
diff options
context:
space:
mode:
Diffstat (limited to 'gst/rtsp/sdpmessage.h')
-rw-r--r--gst/rtsp/sdpmessage.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gst/rtsp/sdpmessage.h b/gst/rtsp/sdpmessage.h
index 22c5b1d3..6360138f 100644
--- a/gst/rtsp/sdpmessage.h
+++ b/gst/rtsp/sdpmessage.h
@@ -43,6 +43,10 @@ typedef struct {
gint addr_number;
} SDPConnection;
+#define SDP_BWTYPE_CT "CT" /* conference total */
+#define SDP_BWTYPE_AS "AS" /* application specific */
+#define SDP_BWTYPE_EXT_PREFIX "X-" /* extension prefix */
+
typedef struct {
gchar *bwtype;
gint bandwidth;