From: Sebastian Dröge Date: Thu, 9 Aug 2012 09:48:39 +0000 (+0200) Subject: mpg123: Give MARGINAL rank to the mpg123 decoder element X-Git-Tag: 1.19.3~507^2~15220 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7369d28e1f50405f3e41c1b5554adf25f0d03c24;p=platform%2Fupstream%2Fgstreamer.git mpg123: Give MARGINAL rank to the mpg123 decoder element --- diff --git a/ext/mpg123/gstmpg123audiodec.c b/ext/mpg123/gstmpg123audiodec.c index ec6a2fc166..adaa54f0a3 100644 --- a/ext/mpg123/gstmpg123audiodec.c +++ b/ext/mpg123/gstmpg123audiodec.c @@ -616,7 +616,7 @@ static gboolean plugin_init (GstPlugin * plugin) { return gst_element_register (plugin, "mpg123audiodec", - GST_RANK_NONE, gst_mpg123_audio_dec_get_type ()); + GST_RANK_MARGINAL, gst_mpg123_audio_dec_get_type ()); } GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,