summaryrefslogtreecommitdiffstats
path: root/polyp/protocol-esound.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2004-09-14 17:52:11 +0000
committerLennart Poettering <lennart@poettering.net>2004-09-14 17:52:11 +0000
commit8c6593dabf3253e20fead143855267570a403c9a (patch)
tree46ab7f2f77375113d2e8f0461a512688b0aa8857 /polyp/protocol-esound.c
parent829656c5fcd7169e4c2f86f4ad5098ea9aaa5643 (diff)
add module-combine
remove option "stay-root" clean up pa_conf git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@199 fefdeb5f-60dc-0310-8127-8f9354f1896f
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;