mpg123: Give MARGINAL rank to the mpg123 decoder element

This commit is contained in:
Sebastian Dröge 2012-08-09 11:48:39 +02:00
parent bf33a78dee
commit d51a5e7aea

View file

@ -616,7 +616,7 @@ static gboolean
plugin_init (GstPlugin * plugin) plugin_init (GstPlugin * plugin)
{ {
return gst_element_register (plugin, "mpg123audiodec", 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, GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,