mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-04 06:29:31 +00:00
stereo: fix typo in plugin description
This commit is contained in:
parent
c85322480f
commit
6370d7e890
1 changed files with 1 additions and 1 deletions
|
@ -210,5 +210,5 @@ plugin_init (GstPlugin * plugin)
|
||||||
GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
|
GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
|
||||||
GST_VERSION_MINOR,
|
GST_VERSION_MINOR,
|
||||||
stereo,
|
stereo,
|
||||||
"Muck with the stereo signal, enhance it's 'stereo-ness'",
|
"Muck with the stereo signal, enhance its 'stereo-ness'",
|
||||||
plugin_init, VERSION, GST_LICENSE, GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)
|
plugin_init, VERSION, GST_LICENSE, GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)
|
||||||
|
|
Loading…
Reference in a new issue