mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-03-15 21:05:37 +00:00
[client] audio/pw: set the node name
This commit is contained in:
parent
75e46128d4
commit
11ef94c134
1 changed files with 1 additions and 0 deletions
|
@ -167,6 +167,7 @@ static void pipewire_start(int channels, int sampleRate)
|
|||
pw.loop,
|
||||
"LookingGlass",
|
||||
pw_properties_new(
|
||||
PW_KEY_NODE_NAME , "Looking Glass",
|
||||
PW_KEY_MEDIA_TYPE , "Audio",
|
||||
PW_KEY_MEDIA_CATEGORY, "Playback",
|
||||
PW_KEY_MEDIA_ROLE , "Music",
|
||||
|
|
Loading…
Add table
Reference in a new issue