summaryrefslogtreecommitdiff
path: root/gst/rtp/gstrtpmp4gdepay.h
diff options
context:
space:
mode:
Diffstat (limited to 'gst/rtp/gstrtpmp4gdepay.h')
-rw-r--r--gst/rtp/gstrtpmp4gdepay.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gst/rtp/gstrtpmp4gdepay.h b/gst/rtp/gstrtpmp4gdepay.h
index 5d5997af3..d4d9330c1 100644
--- a/gst/rtp/gstrtpmp4gdepay.h
+++ b/gst/rtp/gstrtpmp4gdepay.h
@@ -67,6 +67,8 @@ struct _GstRtpMP4GDepay
guint32 prev_rtptime;
guint prev_AU_num;
+ gboolean check_adts; /* check for ADTS headers */
+
GQueue *packets;
GstAdapter *adapter;