mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-13 02:45:35 +00:00
encoders: demote to RANK_NONE since not fit for autoplugging yet
Encoders claim to support a whole bunch of input formats but then just error out if the format is not actually supported, even if there's a converter in front. This means they're not fit for autoplugging in encodebin or camerabin yet and therefore should not have a rank. People can still use them in custom pipelines. https://bugzilla.gnome.org/show_bug.cgi?id=769266
This commit is contained in:
parent
020cb8badb
commit
f182b8be2b
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_PRIMARY, \
|
||||
GST_RANK_NONE, \
|
||||
"vaapi" G_STRINGIFY (codec) "enc", \
|
||||
gst_vaapiencode_##codec##_get_type}
|
||||
|
||||
|
|
Loading…
Reference in a new issue