From: David Schleef Date: Sat, 23 May 2009 04:25:06 +0000 (-0700) Subject: schro: Change package name to GST_PACKAGE_NAME X-Git-Tag: 1.19.3~511^2~9625 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=62002aead9d56eb2c66f8e9b40ceff03cce13b9c;p=platform%2Fupstream%2Fgstreamer.git schro: Change package name to GST_PACKAGE_NAME --- diff --git a/ext/schroedinger/gstschro.c b/ext/schroedinger/gstschro.c index 54c72f9..44d9226 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)