mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-10 08:38:20 +00:00
[client] audio/pw: set the node name
This commit is contained in:
parent
75e46128d4
commit
11ef94c134
@ -167,6 +167,7 @@ static void pipewire_start(int channels, int sampleRate)
|
|||||||
pw.loop,
|
pw.loop,
|
||||||
"LookingGlass",
|
"LookingGlass",
|
||||||
pw_properties_new(
|
pw_properties_new(
|
||||||
|
PW_KEY_NODE_NAME , "Looking Glass",
|
||||||
PW_KEY_MEDIA_TYPE , "Audio",
|
PW_KEY_MEDIA_TYPE , "Audio",
|
||||||
PW_KEY_MEDIA_CATEGORY, "Playback",
|
PW_KEY_MEDIA_CATEGORY, "Playback",
|
||||||
PW_KEY_MEDIA_ROLE , "Music",
|
PW_KEY_MEDIA_ROLE , "Music",
|
||||||
|
Loading…
Reference in New Issue
Block a user