gstvaapiencoder_h264: add ENCODER_EXPOSURE on aud propertie

forgot during the following mainline commit: bc2f8fd19e#

Signed-off-by: Paul Goulpié <paul.goulpie@ubicast.eu>
This commit is contained in:
Paul Goulpié 2021-02-24 17:41:02 +01:00
parent 18f530978b
commit e1f6c37b46

View file

@ -4026,7 +4026,8 @@ gst_vaapi_encoder_h264_class_init (GstVaapiEncoderH264Class * klass)
properties[ENCODER_H264_PROP_AUD] =
g_param_spec_boolean ("aud", "AU delimiter",
"Use AU (Access Unit) delimeter", FALSE,
G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS);
G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS | G_PARAM_CONSTRUCT |
GST_VAAPI_PARAM_ENCODER_EXPOSURE);
/**
* GstVaapiEncoderH264:Compliance Mode: