Avoiding usage of specific plugins in decodebin
Jan Alexander Steffens
jan.steffens at gmail.com
Fri Jul 28 07:26:13 UTC 2017
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20170728/cc9f5317/attachment.html>
More information about the gstreamer-devel
mailing list