Merge the tizen patch and fix build err based on 1.12.2
[platform/upstream/gst-plugins-good.git] / gst / audioparsers / gstaacparse.h
index 50b6438..1cde1f6 100644 (file)
@@ -79,7 +79,7 @@ struct _GstAacParse {
   gint           mpegversion;
   gint           frame_samples;
 
-#ifdef GST_EXT_AACPARSE_MODIFICATION
+#ifdef TIZEN_FEATURE_AACPARSE_MODIFICATION
   gboolean       first_frame; /* estimate duration once at the first time */
   guint          hdr_bitrate;      /* estimated bitrate (bps) */
   guint          spf;                      /* samples per frame = frame_samples */
@@ -97,6 +97,9 @@ struct _GstAacParse {
   GstAacHeaderType output_header_type;
 
   gboolean sent_codec_tag;
+
+  gint last_parsed_sample_rate;
+  gint last_parsed_channels;
 };
 
 /**