rtpmp4gdepay: detect broken senders who send AAC with ADTS frames
[platform/upstream/gst-plugins-good.git] / gst / rtp / gstrtpmp4gdepay.h
index 5d5997a..d4d9330 100644 (file)
@@ -67,6 +67,8 @@ struct _GstRtpMP4GDepay
   guint32 prev_rtptime;
   guint prev_AU_num;
 
+  gboolean check_adts; /* check for ADTS headers */
+
   GQueue *packets;
   
   GstAdapter *adapter;