mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
module-combine-stream: add missing proxy event version
This commit is contained in:
parent
417f1dc02a
commit
4f9f32084c
1 changed files with 1 additions and 0 deletions
|
|
@ -847,6 +847,7 @@ static void core_removed(void *d)
|
|||
}
|
||||
|
||||
static const struct pw_proxy_events core_proxy_events = {
|
||||
PW_VERSION_PROXY_EVENTS,
|
||||
.removed = core_removed,
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue