mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 09:55:36 +00:00
msdkenc: the unit for max-frame-size is kbyte
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1944>
This commit is contained in:
parent
4e7f7871db
commit
3e2e07bb8a
1 changed files with 1 additions and 1 deletions
|
@ -2200,7 +2200,7 @@ gst_msdkenc_install_common_properties (GstMsdkEncClass * klass)
|
|||
|
||||
obj_properties[GST_MSDKENC_PROP_MAX_FRAME_SIZE] =
|
||||
g_param_spec_uint ("max-frame-size", "Max Frame Size",
|
||||
"Maximum possible size (in kb) of any compressed frames (0: auto-calculate)",
|
||||
"Maximum possible size (in kbyte) of any compressed frames (0: auto-calculate)",
|
||||
0, G_MAXUINT16, PROP_MAX_FRAME_SIZE_DEFAULT,
|
||||
G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS);
|
||||
|
||||
|
|
Loading…
Reference in a new issue