diff options
author | Benjamin Otte <otte@gnome.org> | 2004-05-16 23:30:00 +0000 |
---|---|---|
committer | Benjamin Otte <otte@gnome.org> | 2004-05-16 23:30:00 +0000 |
commit | ff883850b8486fb7c9cb42617094a281417b7552 (patch) | |
tree | 34c30bb8759064668d355436bed9317417315aca /ChangeLog | |
parent | 1e4da1e7592fbe43dd8f21e9a62449d9cbf4ef59 (diff) | |
download | gst-plugins-bad-ff883850b8486fb7c9cb42617094a281417b7552.tar.gz gst-plugins-bad-ff883850b8486fb7c9cb42617094a281417b7552.tar.bz2 gst-plugins-bad-ff883850b8486fb7c9cb42617094a281417b7552.zip |
ext/alsa/gstalsasink.c: use correct variable when determining amount of data to skip so we don't skip into the void a...
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
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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): |