mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-01-21 19:38:09 +00:00
[client] audio/pw: it's Looking Glass, not LookingGlass
This commit is contained in:
parent
4e75c576b2
commit
02ec25b008
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@ static void pipewire_start(int channels, int sampleRate)
|
|||
pw_thread_loop_lock(pw.thread);
|
||||
pw.stream = pw_stream_new_simple(
|
||||
pw.loop,
|
||||
"LookingGlass",
|
||||
"Looking Glass",
|
||||
pw_properties_new(
|
||||
PW_KEY_NODE_NAME , "Looking Glass",
|
||||
PW_KEY_MEDIA_TYPE , "Audio",
|
||||
|
|
Loading…
Reference in a new issue