X-Git-Url: https://code.delx.au/pulseaudio/blobdiff_plain/12c01e942d23bd477e14b467e66352e6ce0557a9..0ff2a6b434dec1a694f4cde64469ca19d97d9897:/src/pulsecore/play-memchunk.c diff --git a/src/pulsecore/play-memchunk.c b/src/pulsecore/play-memchunk.c index c528b1d0..f127d7a4 100644 --- a/src/pulsecore/play-memchunk.c +++ b/src/pulsecore/play-memchunk.c @@ -1,13 +1,11 @@ -/* $Id$ */ - /*** This file is part of PulseAudio. - Copyright 2004-2006 Lennart Poettering + Copyright 2004-2008 Lennart Poettering PulseAudio is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published - by the Free Software Foundation; either version 2 of the License, + by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. PulseAudio is distributed in the hope that it will be useful, but @@ -30,9 +28,9 @@ #include #include +#include #include -#include #include #include @@ -54,7 +52,7 @@ int pa_play_memchunk( pa_assert(ss); pa_assert(chunk); - q = pa_memblockq_new(0, chunk->length, 0, pa_frame_size(ss), 0, 0, 0, NULL); + q = pa_memblockq_new(0, chunk->length, 0, pa_frame_size(ss), 1, 1, 0, NULL); pa_assert_se(pa_memblockq_push(q, chunk) >= 0); if ((r = pa_play_memblockq(sink, ss, map, q, volume, p, sink_input_index)) < 0) {