summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2013-09-19 20:17:01 +0200
committerSebastian Dröge <slomo@circular-chaos.org>2013-09-19 20:17:01 +0200
commit92c696b22a3b657d7fb855a014f568bc0562e86f (patch)
treee679b736b4764109532128047f507f6717a051ff
parentfef9ef6a8e20111f97a0f5c41dcfd2977f37be94 (diff)
downloadgstreamer-plugins-bad-92c696b22a3b657d7fb855a014f568bc0562e86f.tar.gz
audiofxbad: Change plugin name to audiofxbad from audiochannelmix
-rw-r--r--gst/audiofxbad/gstaudiofxbad.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/audiofxbad/gstaudiofxbad.c b/gst/audiofxbad/gstaudiofxbad.c
index 711779216..c0d900f29 100644
--- a/gst/audiofxbad/gstaudiofxbad.c
+++ b/gst/audiofxbad/gstaudiofxbad.c
@@ -32,6 +32,6 @@ plugin_init (GstPlugin * plugin)
GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
GST_VERSION_MINOR,
- audiochannelmix,
+ audiofxbad,
"Audio filters from gst-plugins-bad",
plugin_init, VERSION, "LGPL", PACKAGE_NAME, GST_PACKAGE_ORIGIN)