Marking rank of vaapidecodebin as GST_RANK_MARGINAL for now.

Unfortunately vaapidecodebin element is not seems to be stable
enough for autoplugging ahead of vaapidecode.
Lowering the rank for now (cosidering the immediate 0.6 release).

See this: https://bugzilla.gnome.org/show_bug.cgi?id=749554

Signed-off-by: Sreerenj Balachandran <sreerenj.balachandran@intel.com>
This commit is contained in:
Sreerenj Balachandran 2015-07-07 20:57:20 +03:00
parent 86c4cdc8b6
commit 3ccb198b51

View file

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