pulse-server: add more introspection

Emit new/change/remove events
Handle suspended state of peer
Handle direct_on_input record streams.
Place the tag in error messages
This commit is contained in:
Wim Taymans 2020-10-27 14:57:15 +01:00
parent 2bf5cfa2f7
commit 124b1221a6
3 changed files with 219 additions and 80 deletions

View file

@ -75,9 +75,10 @@ struct pw_manager_object {
char *type;
uint32_t version;
struct pw_properties *props;
void *info;
struct pw_proxy *proxy;
int changed;
void *info;
struct spa_list param_list;
};