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 189e8d5a50
commit 264ec5c74b

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,