Rename serve and node name to be more consistant
This commit is contained in:
parent
40681cdc1a
commit
a5597f80ac
3 changed files with 3 additions and 3 deletions
2
main.cpp
2
main.cpp
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue