mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
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:
parent
2bf5cfa2f7
commit
124b1221a6
3 changed files with 219 additions and 80 deletions
|
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue