register aiff type for playback 59/128559/2
authorYounghwan <younghwan_.an@samsung.com>
Wed, 10 May 2017 10:24:08 +0000 (19:24 +0900)
committerahn <younghwan_.an@samsung.com>
Wed, 10 May 2017 12:24:58 +0000 (12:24 +0000)
Change-Id: I45967f4e1582e9042e97c64c60736c394f8eea2b

gst/typefind/gsttypefindfunctions.c

index 37247a5..88c513c 100644 (file)
@@ -5669,9 +5669,9 @@ plugin_init (GstPlugin * plugin)
 #endif
   TYPE_FIND_REGISTER_RIFF (plugin, "audio/x-wav", GST_RANK_PRIMARY, "wav",
       "WAVE");
-#ifndef TIZEN_FEATURE_DISABLE_MIME_TYPES
   TYPE_FIND_REGISTER (plugin, "audio/x-aiff", GST_RANK_SECONDARY,
       aiff_type_find, "aiff,aif,aifc", AIFF_CAPS, NULL, NULL);
+#ifndef TIZEN_FEATURE_DISABLE_MIME_TYPES
   TYPE_FIND_REGISTER (plugin, "audio/x-svx", GST_RANK_SECONDARY, svx_type_find,
       "iff,svx", SVX_CAPS, NULL, NULL);
   TYPE_FIND_REGISTER (plugin, "audio/x-paris", GST_RANK_SECONDARY,