From bcc0885239ada3d8073098246a636d2335a41fdc Mon Sep 17 00:00:00 2001 From: Mart Raudsepp Date: Fri, 13 Oct 2023 09:28:41 +0300 Subject: [PATCH] bs2b: Add missing space in plugin description Part-of: --- subprojects/gst-plugins-bad/docs/plugins/gst_plugins_cache.json | 2 +- subprojects/gst-plugins-bad/ext/bs2b/gstbs2b.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/subprojects/gst-plugins-bad/docs/plugins/gst_plugins_cache.json b/subprojects/gst-plugins-bad/docs/plugins/gst_plugins_cache.json index d4ef2260f9..c1f8a610ca 100644 --- a/subprojects/gst-plugins-bad/docs/plugins/gst_plugins_cache.json +++ b/subprojects/gst-plugins-bad/docs/plugins/gst_plugins_cache.json @@ -4248,7 +4248,7 @@ "url": "Unknown package origin" }, "bs2b": { - "description": "Improve headphone listening of stereo audio recordsusing the bs2b library.", + "description": "Improve headphone listening of stereo audio records using the bs2b library.", "elements": { "bs2b": { "author": "Christoph Reiter ", diff --git a/subprojects/gst-plugins-bad/ext/bs2b/gstbs2b.c b/subprojects/gst-plugins-bad/ext/bs2b/gstbs2b.c index 9f87397837..50cce504cb 100644 --- a/subprojects/gst-plugins-bad/ext/bs2b/gstbs2b.c +++ b/subprojects/gst-plugins-bad/ext/bs2b/gstbs2b.c @@ -417,6 +417,6 @@ plugin_init (GstPlugin * plugin) GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, GST_VERSION_MINOR, bs2b, - "Improve headphone listening of stereo audio records" + "Improve headphone listening of stereo audio records " "using the bs2b library.", plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)