mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
libs: encoder: code-style fix
This commit is contained in:
parent
9827ab0f3f
commit
d18d6a8bd0
1 changed files with 2 additions and 2 deletions
|
@ -164,8 +164,8 @@ gst_vaapi_encoder_properties_get_default (const GstVaapiEncoderClass * klass)
|
|||
GST_VAAPI_ENCODER_PROP_KEYFRAME_PERIOD,
|
||||
g_param_spec_uint ("keyframe-period",
|
||||
"Keyframe Period",
|
||||
"Maximal distance between two keyframes (0: auto-calculate)", 1, G_MAXUINT32,
|
||||
30, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
|
||||
"Maximal distance between two keyframes (0: auto-calculate)", 1,
|
||||
G_MAXUINT32, 30, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
|
||||
|
||||
/**
|
||||
* GstVaapiEncoder:tune:
|
||||
|
|
Loading…
Reference in a new issue