diff options
author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-02-03 10:46:14 +0000 |
---|---|---|
committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-02-03 10:46:14 +0000 |
commit | 77280e7059f4bd9f52ac606a2190af78a1b55c0e (patch) | |
tree | b1b143e74c684e5cb5c8efdfeb337816532a9074 /src | |
parent | 3bdbac87849cdb158ca3e963c3659d84c6323a94 (diff) | |
download | xine-lib-77280e7059f4bd9f52ac606a2190af78a1b55c0e.tar.gz xine-lib-77280e7059f4bd9f52ac606a2190af78a1b55c0e.tar.bz2 |
Remove a debug output.
CVS patchset: 8584
CVS date: 2007/02/03 10:46:14
Diffstat (limited to 'src')
-rw-r--r-- | src/audio_out/audio_pulse_out.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/audio_out/audio_pulse_out.c b/src/audio_out/audio_pulse_out.c index 834429d10..d04856c61 100644 --- a/src/audio_out/audio_pulse_out.c +++ b/src/audio_out/audio_pulse_out.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: audio_pulse_out.c,v 1.10 2007/02/03 10:45:02 dgp85 Exp $ + * $Id: audio_pulse_out.c,v 1.11 2007/02/03 10:46:14 dgp85 Exp $ * * ao plugin for pulseaudio (rename of polypaudio): * http://0pointer.de/lennart/projects/pulsaudio/ @@ -256,7 +256,6 @@ static int ao_pulse_open(ao_driver_t *this_gen, xine_usec_sleep (100); streamstate = pa_stream_get_state(this->stream); - fprintf(stderr, "PulseAudio stream state: %d\n", streamstate); } while (streamstate < PA_STREAM_READY); if (streamstate != PA_STREAM_READY) { |