From 3e589b0977fbec68c596893b47278ea4fc60b34f Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Mon, 15 Aug 2005 14:15:40 +0000 Subject: [PATCH] rename plugin Original commit message from CVS: rename plugin --- gst/audioconvert/plugin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/audioconvert/plugin.c b/gst/audioconvert/plugin.c index aeb1b96..b8668c7 100644 --- a/gst/audioconvert/plugin.c +++ b/gst/audioconvert/plugin.c @@ -39,6 +39,6 @@ plugin_init (GstPlugin * plugin) GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, GST_VERSION_MINOR, - "gstaudioconvert", + "audioconvert", "Convert audio to different formats", plugin_init, VERSION, "LGPL", GST_PACKAGE, GST_ORIGIN) -- 2.7.4