summaryrefslogtreecommitdiffstats
path: root/src/polypcore/protocol-simple.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/polypcore/protocol-simple.c')
-rw-r--r--src/polypcore/protocol-simple.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/polypcore/protocol-simple.c b/src/polypcore/protocol-simple.c
index c2f53444..1e3b169c 100644
--- a/src/polypcore/protocol-simple.c
+++ b/src/polypcore/protocol-simple.c
@@ -346,7 +346,7 @@ static void on_connection(pa_socket_server*s, pa_iochannel *io, void *userdata)
goto fail;
}
- if (!(c->sink_input = pa_sink_input_new(sink, __FILE__, c->client->name, &p->sample_spec, NULL, 0, -1))) {
+ if (!(c->sink_input = pa_sink_input_new(sink, __FILE__, c->client->name, &p->sample_spec, NULL, NULL, 0, -1))) {
pa_log(__FILE__": Failed to create sink input.");
goto fail;
}