From 99753365c6fe868196f454402f94e42d4e0170f0 Mon Sep 17 00:00:00 2001 From: Sebastian Dröge Date: Thu, 22 Jan 2009 10:40:34 +0100 Subject: Rename audioreverb to audioecho. Fixes bug #568395. The element can add an echo and a simple reverb effect to an audio stream but for a real reverb filter it would need some additional filtering to prevent a metallic-sounding result. --- docs/plugins/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/plugins/Makefile.am') diff --git a/docs/plugins/Makefile.am b/docs/plugins/Makefile.am index 1c03636b..f5f0d97f 100644 --- a/docs/plugins/Makefile.am +++ b/docs/plugins/Makefile.am @@ -106,7 +106,7 @@ EXTRA_HFILES = \ $(top_srcdir)/gst/alpha/gstalphacolor.h \ $(top_srcdir)/gst/apetag/gstapedemux.h \ $(top_srcdir)/gst/audiofx/audioamplify.h \ - $(top_srcdir)/gst/audiofx/audioreverb.h \ + $(top_srcdir)/gst/audiofx/audioecho.h \ $(top_srcdir)/gst/audiofx/audiodynamic.h \ $(top_srcdir)/gst/audiofx/audioinvert.h \ $(top_srcdir)/gst/audiofx/audiokaraoke.h \ -- cgit