avutils: Add missing space in doc

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3330>
This commit is contained in:
Nicolas Dufresne 2022-11-04 14:17:39 -04:00 committed by GStreamer Marge Bot
parent 7b70de580c
commit e283c99358
2 changed files with 2 additions and 2 deletions

View file

@ -140804,7 +140804,7 @@
"kind": "enum", "kind": "enum",
"values": [ "values": [
{ {
"desc": "The decoder automatically decides. If the pipeline is live, it willuse `normal` mode, and `strict` otherwise.", "desc": "The decoder automatically decides. If the pipeline is live, it will use `normal` mode, and `strict` otherwise.",
"name": "auto", "name": "auto",
"value": "2147483647" "value": "2147483647"
}, },

View file

@ -503,7 +503,7 @@ gst_av_codec_compliance_get_type (void)
if (g_once_init_enter (&compliance_type)) { if (g_once_init_enter (&compliance_type)) {
static const GEnumValue types[] = { static const GEnumValue types[] = {
{GST_AV_CODEC_COMPLIANCE_AUTO, {GST_AV_CODEC_COMPLIANCE_AUTO,
"The decoder automatically decides. If the pipeline is live, it will" "The decoder automatically decides. If the pipeline is live, it will "
"use `normal` mode, and `strict` otherwise.", "auto"}, "use `normal` mode, and `strict` otherwise.", "auto"},
{GST_AV_CODEC_COMPLIANCE_VERY_STRICT, {GST_AV_CODEC_COMPLIANCE_VERY_STRICT,
"VeryStrict: Strictly conform to an older more strict version " "VeryStrict: Strictly conform to an older more strict version "