summaryrefslogtreecommitdiffstats
path: root/polyp/protocol-native.c
diff options
context:
space:
mode:
Diffstat (limited to 'polyp/protocol-native.c')
-rw-r--r--polyp/protocol-native.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/polyp/protocol-native.c b/polyp/protocol-native.c
index 2d26c2f5..c1b19760 100644
--- a/polyp/protocol-native.c
+++ b/polyp/protocol-native.c
@@ -269,7 +269,7 @@ static struct playback_stream* playback_stream_new(struct connection *c, struct
struct pa_sink_input *sink_input;
assert(c && sink && ss && name && maxlength);
- if (!(sink_input = pa_sink_input_new(sink, name, ss)))
+ if (!(sink_input = pa_sink_input_new(sink, name, ss, 0)))
return NULL;
s = pa_xmalloc(sizeof(struct playback_stream));