Rename serve and node name to be more consistant

This commit is contained in:
Carl Philipp Klemm 2026-06-07 09:59:18 +02:00
parent 40681cdc1a
commit a5597f80ac
3 changed files with 3 additions and 3 deletions

View file

@ -232,7 +232,7 @@ static void setup_stream_listener(const char* serial, PwlPriv *priv)
priv->sink_stream = pw_stream_new_simple(
pw_main_loop_get_loop(priv->loop),
"audio-capture",
"stream-watcher-capture",
props,
&stream_events,
priv);