bs2b: Add missing space in plugin description

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5477>
This commit is contained in:
Mart Raudsepp 2023-10-13 09:28:41 +03:00 committed by GStreamer Marge Bot
parent 6c0e5ca689
commit bcc0885239
2 changed files with 2 additions and 2 deletions

View file

@ -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 <reiter.christoph@gmail.com>",

View file

@ -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)