From 62002aead9d56eb2c66f8e9b40ceff03cce13b9c Mon Sep 17 00:00:00 2001 From: David Schleef Date: Fri, 22 May 2009 21:25:06 -0700 Subject: [PATCH] schro: Change package name to GST_PACKAGE_NAME --- ext/schroedinger/gstschro.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) -- 2.7.4