mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-21 17:21:13 +00:00
bs2b: Add missing space in plugin description
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5477>
This commit is contained in:
parent
6c0e5ca689
commit
bcc0885239
2 changed files with 2 additions and 2 deletions
|
@ -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>",
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue