Skip to content

Commit

Permalink
pipewire: correct application name
Browse files Browse the repository at this point in the history
  • Loading branch information
nikp123 committed Jul 23, 2024
1 parent f92c6a0 commit 41fc693
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/input/pipewire/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ EXP_FUNC void* xavaInput(void *audiodata) {
pwdata.loop = pw_main_loop_new(NULL);
pwdata.stream = pw_stream_new_simple(
pw_main_loop_get_loop(pwdata.loop),
"audio-capture",
PACKAGE,
props,
&stream_events,
&pwdata);
Expand Down

0 comments on commit 41fc693

Please sign in to comment.