[client] audio/pw: set the node name

This commit is contained in:
Geoffrey McRae 2021-12-25 02:57:38 +11:00
parent 75e46128d4
commit 11ef94c134

View File

@ -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",