mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
pulse: use core_proxy to listen for done and info messages
This commit is contained in:
parent
0de0de299a
commit
14573f1201
3 changed files with 41 additions and 24 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue