Avoiding usage of specific plugins in decodebin

Julien Isorce julien.isorce at gmail.com
Fri Jul 28 15:57:57 UTC 2017


Note that 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.
To support "per pipeline" there is:
https://bugzilla.gnome.org/show_bug.cgi?id=705976

On 28 July 2017 at 08:26, Jan Alexander Steffens <jan.steffens at gmail.com>
wrote:

>
> On Fri, Jul 28, 2017 at 8:57 AM Alexander Yanin <sashayanin at gmail.com>
> wrote:
>
>> How can I forbid decodebin to use these vaapi plugins?
>>
>
> 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.
>
> Another possibility is to use decodebin's autoplug-select signal to skip
> the elements when they are considered.
>
>
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20170728/8319f601/attachment.html>


More information about the gstreamer-devel mailing list