mpg123: Give MARGINAL rank to the mpg123 decoder element
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Thu, 9 Aug 2012 09:48:39 +0000 (11:48 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Thu, 9 Aug 2012 09:48:39 +0000 (11:48 +0200)
ext/mpg123/gstmpg123audiodec.c

index ec6a2fc..adaa54f 100644 (file)
@@ -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,