ext/alsa/gstalsasink.c: use correct variable when determining amount of data to skip...
authorBenjamin Otte <otte@gnome.org>
Sun, 16 May 2004 23:30:00 +0000 (23:30 +0000)
committerBenjamin Otte <otte@gnome.org>
Sun, 16 May 2004 23:30:00 +0000 (23:30 +0000)
Original commit message from CVS:
* ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
use correct variable when determining amount of data to skip so we
don't skip into the void and segfault

ChangeLog

index 7d1ce59..2e97ecc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2004-05-17  Benjamin Otte  <otte@gnome.org>
+
+       * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
+         use correct variable when determining amount of data to skip so we
+         don't skip into the void and segfault
+
 2004-05-16  Benjamin Otte  <otte@gnome.org>
 
        * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):