libde265: Change rank to SECONDARY, gst-libav has PRIMARY rank

This commit is contained in:
Sebastian Dröge 2014-10-14 10:51:22 +02:00
parent 51fc68e196
commit 981b5595d9

View file

@ -888,7 +888,7 @@ gst_libde265_dec_plugin_init (GstPlugin * plugin)
{
/* create an elementfactory for the libde265 decoder element */
if (!gst_element_register (plugin, "libde265dec",
GST_RANK_PRIMARY, GST_TYPE_LIBDE265_DEC))
GST_RANK_SECONDARY, GST_TYPE_LIBDE265_DEC))
return FALSE;
return TRUE;