Merge branch 'plugin-move-rtp-h265'
[platform/upstream/gst-plugins-good.git] / gst / audioparsers / gstaacparse.h
index 8eca9aa..1bb7dca 100644 (file)
@@ -80,6 +80,9 @@ struct _GstAacParse {
   gint           frame_samples;
 
   GstAacHeaderType header_type;
+  GstAacHeaderType output_header_type;
+
+  gboolean sent_codec_tag;
 };
 
 /**