audioecho: fix internal buffer size calculation

This commit is contained in:
René Stadler 2011-10-28 21:18:33 +02:00
parent ad095ae316
commit 8809965204

View file

@ -375,7 +375,7 @@ gst_audio_echo_transform_ip (GstBaseTransform * base, GstBuffer * buf)
if (self->buffer == NULL) {
guint bpf, rate;
bpf = GST_AUDIO_FILTER_BPS (self);
bpf = GST_AUDIO_FILTER_BPF (self);
rate = GST_AUDIO_FILTER_RATE (self);
self->delay_frames =