mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
elements: fix leading space in plugin description string
This commit is contained in:
parent
666c8c11c6
commit
c99bafae39
1 changed files with 1 additions and 1 deletions
|
@ -105,5 +105,5 @@ plugin_init (GstPlugin * plugin)
|
||||||
}
|
}
|
||||||
|
|
||||||
GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, GST_VERSION_MINOR, coreelements,
|
GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, GST_VERSION_MINOR, coreelements,
|
||||||
" GStreamer core elements", plugin_init, VERSION, GST_LICENSE,
|
"GStreamer core elements", plugin_init, VERSION, GST_LICENSE,
|
||||||
GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN);
|
GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN);
|
||||||
|
|
Loading…
Reference in a new issue