From e578d434e1fa3971708e0310ec681e936f5aa02b Mon Sep 17 00:00:00 2001 From: Younghwan Date: Wed, 10 May 2017 19:24:08 +0900 Subject: [PATCH] register aiff type for playback Change-Id: I45967f4e1582e9042e97c64c60736c394f8eea2b --- gst/typefind/gsttypefindfunctions.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/typefind/gsttypefindfunctions.c b/gst/typefind/gsttypefindfunctions.c index 37247a5..88c513c 100644 --- a/gst/typefind/gsttypefindfunctions.c +++ b/gst/typefind/gsttypefindfunctions.c @@ -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, -- 2.7.4