mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-21 05:26:23 +00:00
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:
parent
18f530978b
commit
e1f6c37b46
1 changed files with 2 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue