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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/polyp/protocol-esound.c b/polyp/protocol-esound.c
index 8ec48a34..5abe474d 100644
--- a/polyp/protocol-esound.c
+++ b/polyp/protocol-esound.c
@@ -293,7 +293,7 @@ static int esd_proto_stream_play(struct connection *c, esd_proto_t request, cons
strncpy(name, (char*) data + sizeof(int)*2, sizeof(name));
name[sizeof(name)-1] = 0;
- pa_client_rename(c->client, name);
+ pa_client_set_name(c->client, name);
assert(!c->input_memblockq);
@@ -357,7 +357,7 @@ static int esd_proto_stream_record(struct connection *c, esd_proto_t request, co
strncpy(name, (char*) data + sizeof(int)*2, sizeof(name));
name[sizeof(name)-1] = 0;
- pa_client_rename(c->client, name);
+ pa_client_set_name(c->client, name);
assert(!c->output_memblockq);