diff options
author | Benjamin Otte <otte@gnome.org> | 2004-05-09 17:25:15 +0000 |
---|---|---|
committer | Benjamin Otte <otte@gnome.org> | 2004-05-09 17:25:15 +0000 |
commit | 39682f37d6d50fdbec08c2235a41b98cb12a2ca8 (patch) | |
tree | 604f1b097642416f996cf3aaf194eea9edcd587a | |
parent | 1f38d38538626f47c0cf08631528db489fc64211 (diff) |
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
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 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: |