From e283c99358e6fb79d8a3886fe84d63d813d0de08 Mon Sep 17 00:00:00 2001
From: Nicolas Dufresne <nicolas.dufresne@collabora.com>
Date: Fri, 4 Nov 2022 14:17:39 -0400
Subject: [PATCH] avutils: Add missing space in doc

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3330>
---
 subprojects/gst-libav/docs/gst_plugins_cache.json | 2 +-
 subprojects/gst-libav/ext/libav/gstavutils.c      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

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 "