schro: Change package name to GST_PACKAGE_NAME

This commit is contained in:
David Schleef 2009-05-22 21:25:06 -07:00
parent 35aae561e8
commit 62002aead9

View file

@ -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)