Save some allocations if the echo delay is increased often
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Sat, 24 Jan 2009 17:28:06 +0000 (18:28 +0100)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Sat, 24 Jan 2009 17:30:55 +0000 (18:30 +0100)
commitfb8a2b359d49480ac118578bf9090405674175c5
tree1e03f723e358a0257e2e6a47c4be3eb0913afe2f
parentba0e0a6e1479ed75256e131596b8a2987e0bb634
Save some allocations if the echo delay is increased often

Save some allocations if the echo delay is increased often
during playback by always allocating enough memory to hold
data up to the next complete second, i.e. in the worst case
allocate memory for one additional second.
gst/audiofx/audioecho.c