pulse: use core_proxy to listen for done and info messages

This commit is contained in:
Wim Taymans 2019-01-10 09:31:37 +01:00
parent 0de0de299a
commit 14573f1201
3 changed files with 41 additions and 24 deletions

View file

@ -977,7 +977,7 @@ struct server_data {
static void server_callback(struct server_data *d)
{
pa_context *c = d->context;
const struct pw_core_info *info = pw_remote_get_core_info(c->remote);
const struct pw_core_info *info = c->core_info;
pa_server_info i;
spa_zero(i);