summaryrefslogtreecommitdiffstats
path: root/polyp/protocol-esound.c
diff options
context:
space:
mode:
Diffstat (limited to 'polyp/protocol-esound.c')
-rw-r--r--polyp/protocol-esound.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/polyp/protocol-esound.c b/polyp/protocol-esound.c
index ee64c484..103b17a3 100644
--- a/polyp/protocol-esound.c
+++ b/polyp/protocol-esound.c
@@ -298,7 +298,7 @@ static int esd_proto_stream_play(struct connection *c, esd_proto_t request, cons
c->playback.fragment_size = l/10;
assert(!c->sink_input);
- c->sink_input = pa_sink_input_new(sink, name, &ss);
+ c->sink_input = pa_sink_input_new(sink, name, &ss, 0);
assert(c->sink_input);
c->sink_input->owner = c->protocol->module;