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

@ -260,7 +260,9 @@ struct pa_context {
struct pw_remote *remote;
struct spa_hook remote_listener;
struct pw_core_proxy *core_proxy;
struct pw_core_proxy *core_proxy;
struct spa_hook core_listener;
struct pw_core_info *core_info;
struct pw_registry_proxy *registry_proxy;
struct spa_hook registry_listener;