ext/alsa/gstalsasrc.c: don't use a fixed buffer size when writing variable length...
authorBenjamin Otte <otte@gnome.org>
Sun, 9 May 2004 17:25:15 +0000 (17:25 +0000)
committerBenjamin Otte <otte@gnome.org>
Sun, 9 May 2004 17:25:15 +0000 (17:25 +0000)
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

ChangeLog

index e8a5697..82b8379 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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: