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 5ff2fa1..5ccd9a6 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 7f4409d..06a018b 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 "