mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 23:36:38 +00:00
Revert "encoders: demote to RANK_NONE since not fit for autoplugging yet"
This reverts commit f182b8be2b
.
This commit is contained in:
parent
9bda7a6d5d
commit
2d9547273e
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ struct _GstVaapiEncoderMap
|
|||
|
||||
#define DEF_ENC(CODEC,codec) \
|
||||
{GST_VAAPI_CODEC_##CODEC, \
|
||||
GST_RANK_NONE, \
|
||||
GST_RANK_PRIMARY, \
|
||||
"vaapi" G_STRINGIFY (codec) "enc", \
|
||||
gst_vaapiencode_##codec##_get_type}
|
||||
|
||||
|
|
Loading…
Reference in a new issue