diff options
author | Stefan Kost <ensonic@users.sourceforge.net> | 2006-08-27 17:14:06 +0000 |
---|---|---|
committer | Stefan Kost <ensonic@users.sourceforge.net> | 2006-08-27 17:14:06 +0000 |
commit | 3b4f4554a6e3db3f072ce385db35ee97abf79e9f (patch) | |
tree | 66cf632fba8f2ac4376f8d657d3a812ef46d6805 /gst/audiofx/audiofx.c | |
parent | ff1d81df67d766ed9567e2d52c1d86fc20d718a2 (diff) |
Rename again (audiofxgood -> audiofx).
Original commit message from CVS:
* configure.ac:
* docs/plugins/gst-plugins-good-plugins-docs.sgml:
* docs/plugins/inspect/plugin-audiofx.xml:
* docs/plugins/inspect/plugin-audiofxgood.xml:
* gst/audiofx/Makefile.am:
* gst/audiofx/audiofx.c:
* gst/audiofxgood/.cvsignore:
* gst/audiofxgood/Makefile.am:
* gst/audiofxgood/audiofx.c:
* gst/audiofxgood/audiopanorama.c:
* gst/audiofxgood/audiopanorama.h:
Rename again (audiofxgood -> audiofx).
Diffstat (limited to 'gst/audiofx/audiofx.c')
-rw-r--r-- | gst/audiofx/audiofx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/audiofx/audiofx.c b/gst/audiofx/audiofx.c index 9b0a071d..907c0545 100644 --- a/gst/audiofx/audiofx.c +++ b/gst/audiofx/audiofx.c @@ -44,6 +44,6 @@ plugin_init (GstPlugin * plugin) GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, GST_VERSION_MINOR, - "audiofxgood", + "audiofx", "Audio effects plugin", plugin_init, VERSION, "LGPL", "GStreamer", "http://gstreamer.net/") |