ext:faad: Set rank to SECONDARY as the libav decoder is concidered better

https://bugzilla.gnome.org/show_bug.cgi?id=676131
This commit is contained in:
Thibault Saunier 2014-08-06 13:27:04 +02:00
parent 4dacc4ba55
commit 0e67c13d2f

View file

@ -893,7 +893,8 @@ gst_faad_close_decoder (GstFaad * faad)
static gboolean
plugin_init (GstPlugin * plugin)
{
return gst_element_register (plugin, "faad", GST_RANK_PRIMARY, GST_TYPE_FAAD);
return gst_element_register (plugin, "faad", GST_RANK_SECONDARY,
GST_TYPE_FAAD);
}
GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,