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 abfa30a42b
commit 7369d28e1f

View 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,