<div dir="ltr"><br><div class="gmail_quote"><div dir="ltr">On Fri, Jul 28, 2017 at 8:57 AM Alexander Yanin <<a href="mailto:sashayanin@gmail.com">sashayanin@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_default" style="font-family:arial,helvetica,sans-serif"></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">How can I forbid decodebin to use these vaapi plugins?<br></div></div></blockquote><div><br></div><div>One possibility is to globally forbid autoplugging from considering the elements by setting the rank of the factory to GST_RANK_NONE. Use gst_element_factory_find and gst_plugin_feature_set_rank; the factory is a feature.<br></div><div><br></div><div>Another possibility is to use decodebin's autoplug-select signal to skip the elements when they are considered.<br></div><div><br></div></div></div>