mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 01:31:03 +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"
|
"url": "Unknown package origin"
|
||||||
},
|
},
|
||||||
"bs2b": {
|
"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": {
|
"elements": {
|
||||||
"bs2b": {
|
"bs2b": {
|
||||||
"author": "Christoph Reiter <reiter.christoph@gmail.com>",
|
"author": "Christoph Reiter <reiter.christoph@gmail.com>",
|
||||||
|
|
|
@ -417,6 +417,6 @@ plugin_init (GstPlugin * plugin)
|
||||||
GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
|
GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
|
||||||
GST_VERSION_MINOR,
|
GST_VERSION_MINOR,
|
||||||
bs2b,
|
bs2b,
|
||||||
"Improve headphone listening of stereo audio records"
|
"Improve headphone listening of stereo audio records "
|
||||||
"using the bs2b library.",
|
"using the bs2b library.",
|
||||||
plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)
|
plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)
|
||||||
|
|
Loading…
Reference in a new issue