vaapi: demote encoders ranks to none

Now that we have va encoders and these aren't actively maintained.

Fixes #3917

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7708>
This commit is contained in:
Víctor Manuel Jáquez Leal 2024-10-21 17:43:27 +02:00
parent ef745265be
commit 16d4624058

View file

@ -135,7 +135,7 @@ struct _GstVaapiEncoderMap
#define DEF_ENC(CODEC,codec) \
{GST_VAAPI_CODEC_##CODEC, \
GST_RANK_PRIMARY, \
GST_RANK_NONE, \
"vaapi" G_STRINGIFY (codec) "enc", \
gst_vaapiencode_##codec##_register_type}