Rename audioreverb to audioecho. Fixes bug #568395.
authorSebastian Dröge <slomo@circular-chaos.org>
Thu, 22 Jan 2009 09:40:34 +0000 (10:40 +0100)
committerSebastian Dröge <slomo@circular-chaos.org>
Thu, 22 Jan 2009 12:27:56 +0000 (13:27 +0100)
commit99753365c6fe868196f454402f94e42d4e0170f0
treea10d8e8064fd01a854a5e874c6204a8b9a4a6d33
parent16799b6b16c2fe524ea63016781c86304c2f7275
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.
13 files changed:
docs/plugins/Makefile.am
docs/plugins/gst-plugins-good-plugins-docs.sgml
docs/plugins/gst-plugins-good-plugins-sections.txt
docs/plugins/gst-plugins-good-plugins.args
docs/plugins/gst-plugins-good-plugins.hierarchy
docs/plugins/inspect/plugin-audiofx.xml
docs/plugins/inspect/plugin-videocrop.xml
gst/audiofx/Makefile.am
gst/audiofx/audioecho.c [moved from gst/audiofx/audioreverb.c with 71% similarity]
gst/audiofx/audioecho.h [moved from gst/audiofx/audioreverb.h with 55% similarity]
gst/audiofx/audiofx.c
tests/check/Makefile.am
tests/check/elements/audioecho.c [moved from tests/check/elements/audioreverb.c with 82% similarity]