mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
pulse-server: module-null-sink: add missing version to events struct
This commit is contained in:
parent
6f5b089767
commit
09c162c8bf
1 changed files with 1 additions and 0 deletions
|
|
@ -74,6 +74,7 @@ static int module_null_sink_load(struct client *client, struct module *module)
|
||||||
{
|
{
|
||||||
struct module_null_sink_data *d = module->user_data;
|
struct module_null_sink_data *d = module->user_data;
|
||||||
static const struct pw_proxy_events proxy_events = {
|
static const struct pw_proxy_events proxy_events = {
|
||||||
|
PW_VERSION_PROXY_EVENTS,
|
||||||
.removed = module_null_sink_proxy_removed,
|
.removed = module_null_sink_proxy_removed,
|
||||||
.bound = module_null_sink_proxy_bound,
|
.bound = module_null_sink_proxy_bound,
|
||||||
.error = module_null_sink_proxy_error,
|
.error = module_null_sink_proxy_error,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue