mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-07 07:58:51 +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,
|
GST_VAAPI_ENCODER_PROP_KEYFRAME_PERIOD,
|
||||||
g_param_spec_uint ("keyframe-period",
|
g_param_spec_uint ("keyframe-period",
|
||||||
"Keyframe Period",
|
"Keyframe Period",
|
||||||
"Maximal distance between two keyframes (0: auto-calculate)", 1, G_MAXUINT32,
|
"Maximal distance between two keyframes (0: auto-calculate)", 1,
|
||||||
30, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
|
G_MAXUINT32, 30, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* GstVaapiEncoder:tune:
|
* GstVaapiEncoder:tune:
|
||||||
|
|
Loading…
Reference in a new issue