Add systemd unit file

This commit is contained in:
Carl Philipp Klemm 2026-06-07 09:48:46 +02:00
parent 45d7a3e94b
commit 40681cdc1a
3 changed files with 19 additions and 3 deletions

View file

@ -199,7 +199,7 @@ static void node_event_info(void* data, const struct pw_node_info *info)
static const struct pw_stream_events stream_events =
{
PW_VERSION_STREAM_EVENTS,
.version = PW_VERSION_STREAM_EVENTS,
.param_changed = on_stream_param_changed,
.process = on_process,
};