rename plugin
authorThomas Vander Stichele <thomas@apestaart.org>
Mon, 15 Aug 2005 14:15:40 +0000 (14:15 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Mon, 15 Aug 2005 14:15:40 +0000 (14:15 +0000)
Original commit message from CVS:
rename plugin

gst/audioconvert/plugin.c

index aeb1b96..b8668c7 100644 (file)
@@ -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)