audioecho: fix internal buffer size calculation
This commit is contained in:
parent
ad095ae316
commit
8809965204
@ -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 =
|
||||
|
Loading…
x
Reference in New Issue
Block a user