diff options
-rw-r--r-- | soundbox/pipewire-binding.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/soundbox/pipewire-binding.c b/soundbox/pipewire-binding.c index bb10e31..4bf970c 100644 --- a/soundbox/pipewire-binding.c +++ b/soundbox/pipewire-binding.c @@ -46,7 +46,7 @@ static void on_process(void *userdata) static const struct pw_stream_events stream_events = { - PW_VERSION_STREAM_EVENTS, + .version = PW_VERSION_STREAM_EVENTS, .process = on_process, }; |