mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-05 13:30:02 -05:00
pipewire-pulse: add manager disconnect event
Drop client connections when pipewire goes away. pipewire-pulse daemon can remain running and pulseaudio clients will be able to connect again once pipewire is up and running.
This commit is contained in:
parent
df3ea8dafa
commit
7b773433f4
3 changed files with 32 additions and 0 deletions
|
|
@ -53,6 +53,8 @@ struct pw_manager_events {
|
|||
void (*metadata) (void *data, struct pw_manager_object *object,
|
||||
uint32_t subject, const char *key,
|
||||
const char *type, const char *value);
|
||||
|
||||
void (*disconnect) (void *data);
|
||||
};
|
||||
|
||||
struct pw_manager {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue