<div dir="ltr">Note that <span style="font-size:12.8px">gst_plugin_feature_set_rank is per process, in case you were wondering if it affects the registry. So it does not affect other processes.</span><div><span style="font-size:12.8px">To support "per pipeline" there is: </span><a href="https://bugzilla.gnome.org/show_bug.cgi?id=705976">https://bugzilla.gnome.org/show_bug.cgi?id=705976</a> <br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On 28 July 2017 at 08:26, Jan Alexander Steffens <span dir="ltr"><<a href="mailto:jan.steffens@gmail.com" target="_blank">jan.steffens@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><br><div class="gmail_quote"><span class=""><div dir="ltr">On Fri, Jul 28, 2017 at 8:57 AM Alexander Yanin <<a href="mailto:sashayanin@gmail.com" target="_blank">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></span><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>
<br>______________________________<wbr>_________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.<wbr>freedesktop.org</a><br>
<a href="https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" rel="noreferrer" target="_blank">https://lists.freedesktop.org/<wbr>mailman/listinfo/gstreamer-<wbr>devel</a><br>
<br></blockquote></div><br></div>