Fix Svace issue(Missed return statement) 63/82963/1
authorGilbok Lee <gilbok.lee@samsung.com>
Mon, 8 Aug 2016 10:08:36 +0000 (19:08 +0900)
committerGilbok Lee <gilbok.lee@samsung.com>
Mon, 8 Aug 2016 10:08:36 +0000 (19:08 +0900)
Change-Id: I2d779221857fc4d2be43d7a1eaeaa066eb7f2e1a

gst/audioparsers/gstmpegaudioparse.c
packaging/gst-plugins-good.spec

index cde0e21..3ae9971 100644 (file)
@@ -295,6 +295,7 @@ gst_mpeg_audio_parse_start (GstBaseParse * parse)
 }
 
 #ifdef GST_EXT_MP3PARSE_MODIFICATION
+static void
 gst_mpeg_audio_parse_set_property (GObject * object, guint prop_id,
     const GValue * value, GParamSpec * pspec)
 {
index 75b3cea..38f265b 100644 (file)
@@ -3,7 +3,7 @@
 
 Name:           gst-plugins-good
 Version:        1.6.1
-Release:        10
+Release:        11
 License:        LGPL-2.1+
 Summary:        GStreamer Streaming-Media Framework Plug-Ins
 Url:            http://gstreamer.freedesktop.org/