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)