From: Nicolas Dufresne Date: Fri, 4 Nov 2022 18:17:39 +0000 (-0400) Subject: avutils: Add missing space in doc X-Git-Tag: 1.22.0~564 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e283c99358e6fb79d8a3886fe84d63d813d0de08;p=platform%2Fupstream%2Fgstreamer.git avutils: Add missing space in doc Part-of: --- diff --git a/subprojects/gst-libav/docs/gst_plugins_cache.json b/subprojects/gst-libav/docs/gst_plugins_cache.json index 5ff2fa10dd..5ccd9a6bf1 100644 --- a/subprojects/gst-libav/docs/gst_plugins_cache.json +++ b/subprojects/gst-libav/docs/gst_plugins_cache.json @@ -140804,7 +140804,7 @@ "kind": "enum", "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", "value": "2147483647" }, diff --git a/subprojects/gst-libav/ext/libav/gstavutils.c b/subprojects/gst-libav/ext/libav/gstavutils.c index 7f4409dba6..06a018b12b 100644 --- a/subprojects/gst-libav/ext/libav/gstavutils.c +++ b/subprojects/gst-libav/ext/libav/gstavutils.c @@ -503,7 +503,7 @@ gst_av_codec_compliance_get_type (void) if (g_once_init_enter (&compliance_type)) { static const GEnumValue types[] = { {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"}, {GST_AV_CODEC_COMPLIANCE_VERY_STRICT, "VeryStrict: Strictly conform to an older more strict version "