avutils: Add missing space in doc
authorNicolas Dufresne <nicolas.dufresne@collabora.com>
Fri, 4 Nov 2022 18:17:39 +0000 (14:17 -0400)
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Sat, 5 Nov 2022 15:12:08 +0000 (15:12 +0000)
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3330>

subprojects/gst-libav/docs/gst_plugins_cache.json
subprojects/gst-libav/ext/libav/gstavutils.c

index 5ff2fa10ddbb4446c4cf921c3de0b29a417b1dec..5ccd9a6bf16d3c09f30cc3870acfc4599c241951 100644 (file)
                 "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"
                     },
index 7f4409dba6b404d2e9a07811547d697dfdd40296..06a018b12bf50f3b8f42e8bc1c0a951cf9ce9c28 100644 (file)
@@ -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 "