mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
bpmdetect: Fix accidentally introduced stack overwriting introduced in last commit
This commit is contained in:
parent
4fe032d97e
commit
71f9bd00f5
1 changed files with 0 additions and 1 deletions
|
@ -225,7 +225,6 @@ gst_bpm_detect_transform_ip (GstBaseTransform * trans, GstBuffer * in)
|
|||
bpm_detect->priv->detect->inputSamples (intmp, MIN (nsamples, 2048));
|
||||
nsamples -= 2048;
|
||||
inbuf += 2048 * 2;
|
||||
intmp += 2048 * 2;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue