aacparse: Fix build warning 30/189330/1 accepted/tizen_5.0_unified accepted/tizen/5.0/unified/20181102.025039 accepted/tizen/unified/20180918.062815 submit/tizen/20180917.051918 submit/tizen_5.0/20181101.000006
authorGilbok Lee <gilbok.lee@samsung.com>
Mon, 17 Sep 2018 05:11:49 +0000 (14:11 +0900)
committerGilbok Lee <gilbok.lee@samsung.com>
Mon, 17 Sep 2018 05:11:49 +0000 (14:11 +0900)
Change-Id: I913d2e3edfc01563e06419b7b50fe656b963b137

gst/audioparsers/gstaacparse.c

index e1f882d968e76c1dbd3f89a8fe3cb292e2bb8f0e..77c5284750f45469f5d2516d0c92be28dd4167cf 100644 (file)
@@ -115,8 +115,6 @@ static gboolean gst_aac_parse_read_audio_specific_config (GstAacParse *
 
 #ifdef TIZEN_FEATURE_AACPARSE_MODIFICATION
 static guint gst_aac_parse_adts_get_fast_frame_len (const guint8 * data);
-static gboolean gst_aac_parse_src_eventfunc (GstBaseParse * parse,
-    GstEvent * event);
 /* make full aac(adts) index table when seek */
 static gboolean gst_aac_parse_adts_src_eventfunc (GstBaseParse * parse,
     GstEvent * event);
@@ -1726,12 +1724,10 @@ gst_aac_parse_src_event (GstBaseParse * parse, GstEvent * event)
     aacparse->last_parsed_sample_rate = 0;
   }
 #ifdef TIZEN_FEATURE_AACPARSE_MODIFICATION
-  GST_DEBUG ("Entering gst_aac_parse_src_eventfunc header type = %d",
+  GST_DEBUG ("Entering gst_aac_parse_src_event header type = %d",
       aacparse->header_type);
   if (aacparse->header_type == DSPAAC_HEADER_ADTS)
     return gst_aac_parse_adts_src_eventfunc (parse, event);
-
-aac_seek_null_exit:
 #endif
   return GST_BASE_PARSE_CLASS (parent_class)->src_event (parse, event);