[gst-cvs] CVS: gstreamer/plugins/alsa alsa.c,1.13,1.14
Andy Wingo
wingo at users.sourceforge.net
Fri Oct 26 21:33:01 PDT 2001
Update of /cvsroot/gstreamer/gstreamer/plugins/alsa
In directory usw-pr-cvs1:/tmp/cvs-serv4640
Modified Files:
alsa.c
Log Message:
accidentally commited some debugging code...
Index: alsa.c
===================================================================
RCS file: /cvsroot/gstreamer/gstreamer/plugins/alsa/alsa.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- alsa.c 2001/10/27 04:30:08 1.13
+++ alsa.c 2001/10/27 04:32:37 1.14
@@ -486,7 +486,6 @@
return GST_STATE_FAILURE;
if (GST_FLAG_IS_SET(element, GST_ALSA_RUNNING)) {
if (this->stream == SND_PCM_STREAM_PLAYBACK) {
- if (!this->mmap_open)
for (chn = 0; chn < this->channels; chn++) {
gst_alsa_sink_silence_on_channel (this, chn, this->avail);
}
More information about the Gstreamer-commits
mailing list