diff --git a/ext/schroedinger/gstschro.c b/ext/schroedinger/gstschro.c index 54c72f9f30..44d9226e62 100644 --- a/ext/schroedinger/gstschro.c +++ b/ext/schroedinger/gstschro.c @@ -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)