summaryrefslogtreecommitdiffstats
path: root/polyp/pacat.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2004-08-22 21:13:58 +0000
committerLennart Poettering <lennart@poettering.net>2004-08-22 21:13:58 +0000
commit41295bbf56ef6df0a0e705149475d91c8d83ff3f (patch)
treecd7d52d972d24fa3b6298d1a19a213ce25dcf44a /polyp/pacat.c
parentea4805a0fd4aea6db4c99e1187aca8e013e4dc24 (diff)
new features:
future cancellation corking flushing for playback streams in native protocol git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@152 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'polyp/pacat.c')
-rw-r--r--polyp/pacat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/polyp/pacat.c b/polyp/pacat.c
index 2c7044b8..198776d3 100644
--- a/polyp/pacat.c
+++ b/polyp/pacat.c
@@ -65,7 +65,7 @@ static void do_stream_write(size_t length) {
if (l > buffer_length)
l = buffer_length;
- pa_stream_write(stream, buffer+buffer_index, l, NULL);
+ pa_stream_write(stream, buffer+buffer_index, l, NULL, 0);
buffer_length -= l;
buffer_index += l;