summaryrefslogtreecommitdiffstats
path: root/tests/check/elements/audioecho.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix audioecho unit test on 32 bit systemsSebastian Dröge2009-02-031-6/+6
| | | | | | Cast the new value for the "delay" property to GstClockTime. Integers without type are passed to vararg functions with an integer type that can hold a pointer.
* Rename audioreverb to audioecho. Fixes bug #568395.Sebastian Dröge2009-01-221-0/+229
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.