mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-24 16:18:16 +00:00
schro: Change package name to GST_PACKAGE_NAME
This commit is contained in:
parent
35aae561e8
commit
62002aead9
1 changed files with 2 additions and 2 deletions
|
@ -50,5 +50,5 @@ plugin_init (GstPlugin * plugin)
|
|||
GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
|
||||
GST_VERSION_MINOR,
|
||||
"schro",
|
||||
"Schro plugins",
|
||||
plugin_init, VERSION, "LGPL", "schroedinger", GST_PACKAGE_ORIGIN)
|
||||
"Schroedinger plugin",
|
||||
plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)
|
||||
|
|
Loading…
Reference in a new issue