mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
ext/alsa/gstalsasrc.c: don't use a fixed buffer size when writing variable length data to it. Fixes memory corruption...
Original commit message from CVS: * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop): don't use a fixed buffer size when writing variable length data to it. Fixes memory corruption and makes alsasrc work
This commit is contained in:
parent
df8e10cdd9
commit
d407714a04
1 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
|||
2004-05-09 Benjamin Otte <otte@gnome.org>
|
||||
|
||||
* ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
|
||||
don't use a fixed buffer size when writing variable length data to
|
||||
it. Fixes memory corruption and makes alsasrc work
|
||||
|
||||
2004-05-09 Ronald Bultje <rbultje@ronald.bitfreak.net>
|
||||
|
||||
* ext/gnomevfs/gstgnomevfssink.c:
|
||||
|
|
Loading…
Reference in a new issue