summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThibault Saunier <tsaunier@gnome.org>2014-08-06 13:27:04 +0200
committerThibault Saunier <tsaunier@gnome.org>2014-08-07 09:23:41 +0200
commit0e67c13d2fd6eb489b0c5996ff53f1e9826548cd (patch)
treeabe948559730cd1a131629abd611b54c97c4d35f
parent4dacc4ba5507c748f5d9665dd75d75b2999d5270 (diff)
downloadgstreamer-plugins-bad-0e67c13d2fd6eb489b0c5996ff53f1e9826548cd.tar.gz
ext:faad: Set rank to SECONDARY as the libav decoder is concidered better
https://bugzilla.gnome.org/show_bug.cgi?id=676131
-rw-r--r--ext/faad/gstfaad.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/faad/gstfaad.c b/ext/faad/gstfaad.c
index e106da934..56d9ba726 100644
--- a/ext/faad/gstfaad.c
+++ b/ext/faad/gstfaad.c
@@ -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,