summaryrefslogtreecommitdiff
path: root/gst/rtp/gstrtpgstpay.h
diff options
context:
space:
mode:
Diffstat (limited to 'gst/rtp/gstrtpgstpay.h')
-rw-r--r--gst/rtp/gstrtpgstpay.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/gst/rtp/gstrtpgstpay.h b/gst/rtp/gstrtpgstpay.h
index c7a7c0274..6eeb8cc7b 100644
--- a/gst/rtp/gstrtpgstpay.h
+++ b/gst/rtp/gstrtpgstpay.h
@@ -42,6 +42,11 @@ typedef struct _GstRtpGSTPayClass GstRtpGSTPayClass;
struct _GstRtpGSTPay
{
GstBaseRTPPayload payload;
+
+ gchar *capsstr;
+ guint capslen;
+ guint8 current_CV; /* CV field of incoming caps*/
+ guint8 next_CV;
};
struct _GstRtpGSTPayClass