mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-07-02 00:06:09 -04:00
module-avb: emit gm_changed event
This commit is contained in:
parent
5fd9c1eaff
commit
37efd5c5f9
2 changed files with 9 additions and 0 deletions
|
|
@ -61,6 +61,8 @@ struct server_events {
|
|||
void (*periodic) (void *data, uint64_t now);
|
||||
|
||||
int (*command) (void *data, uint64_t now, const char *command, const char *args, FILE *out);
|
||||
|
||||
void (*gm_changed) (void *data, uint64_t now, uint8_t gm_id[8]);
|
||||
};
|
||||
|
||||
struct descriptor {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue