mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
gst-libs/gst/resample/resample.c: Remove use of static temporary buffer. This code was obviously not supposed to las...
Original commit message from CVS: * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16), (gst_resample_sinc_ft_float): Remove use of static temporary buffer. This code was obviously not supposed to last long, but it's stuck in our ABI, so it required a little hack to make it ABI-compatible. Fixes #142585. * gst-libs/gst/resample/resample.h: same.
This commit is contained in:
parent
b643c97c9c
commit
10052f2f01
1 changed files with 9 additions and 0 deletions
|
@ -1,3 +1,12 @@
|
|||
2004-05-18 David Schleef <ds@schleef.org>
|
||||
|
||||
* gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
|
||||
(gst_resample_sinc_ft_float): Remove use of static temporary
|
||||
buffer. This code was obviously not supposed to last long, but
|
||||
it's stuck in our ABI, so it required a little hack to make it
|
||||
ABI-compatible. Fixes #142585.
|
||||
* gst-libs/gst/resample/resample.h: same.
|
||||
|
||||
2004-05-18 David Schleef <ds@schleef.org>
|
||||
|
||||
* configure.ac: Add sunaudio
|
||||
|
|
Loading…
Reference in a new issue