mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 15:27:07 +00:00
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:
parent
4dacc4ba55
commit
0e67c13d2f
1 changed files with 2 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue