libde265: Change rank to SECONDARY, gst-libav has PRIMARY rank
authorSebastian Dröge <sebastian@centricular.com>
Tue, 14 Oct 2014 08:51:22 +0000 (10:51 +0200)
committerSebastian Dröge <sebastian@centricular.com>
Tue, 14 Oct 2014 08:51:22 +0000 (10:51 +0200)
ext/libde265/libde265-dec.c

index 456b819..0c530ae 100644 (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;