mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 01:31:03 +00:00
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:
parent
ef745265be
commit
16d4624058
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||
|
||||
|
|
Loading…
Reference in a new issue