mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
Fix a typo in the prop string for compliance-mode
This commit is contained in:
parent
29cf49d56a
commit
b7c7335238
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ gst_vaapi_encoder_h264_compliance_mode_type (void)
|
||||||
* This will help to get better performance in some of the Intel
|
* This will help to get better performance in some of the Intel
|
||||||
* platforms which has LLC restirictions */
|
* platforms which has LLC restirictions */
|
||||||
{GST_VAAPI_ENCODER_H264_COMPLIANCE_MODE_RESTRICT_CODED_BUFFER_ALLOC,
|
{GST_VAAPI_ENCODER_H264_COMPLIANCE_MODE_RESTRICT_CODED_BUFFER_ALLOC,
|
||||||
"Restict the allocation size of coded-buffer",
|
"Restrict the allocation size of coded-buffer",
|
||||||
"restrict-buf-alloc"},
|
"restrict-buf-alloc"},
|
||||||
{0, NULL, NULL},
|
{0, NULL, NULL},
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue