Revert "Marking rank of vaapidecodebin as GST_RANK_MARGINAL for now."

This reverts commit 3ccb198b51.
This commit is contained in:
Víctor Manuel Jáquez Leal 2015-08-06 12:28:51 +02:00
parent 7f34c6e17d
commit 18a8b87975

View file

@ -81,7 +81,7 @@ plugin_init (GstPlugin * plugin)
#if GST_CHECK_VERSION(1,4,0) #if GST_CHECK_VERSION(1,4,0)
gst_element_register (plugin, "vaapidecodebin", gst_element_register (plugin, "vaapidecodebin",
GST_RANK_MARGINAL, GST_TYPE_VAAPI_DECODE_BIN); GST_RANK_PRIMARY + 2, GST_TYPE_VAAPI_DECODE_BIN);
#endif #endif
return TRUE; return TRUE;
} }