mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-17 08:56:49 -05: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 = {
|
static const struct pw_proxy_events core_proxy_events = {
|
||||||
|
PW_VERSION_PROXY_EVENTS,
|
||||||
.removed = core_removed,
|
.removed = core_removed,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue