mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-09 16:18:20 +00:00
[client] pipewire: Add pipewire application name
This commit is contained in:
parent
d21bdebc52
commit
c04f84b85c
@ -258,6 +258,7 @@ static void pipewire_playbackSetup(int channels, int sampleRate,
|
||||
|
||||
struct pw_properties * props =
|
||||
pw_properties_new(
|
||||
PW_KEY_APP_NAME , "Looking Glass",
|
||||
PW_KEY_NODE_NAME , "Looking Glass",
|
||||
PW_KEY_MEDIA_TYPE , "Audio",
|
||||
PW_KEY_MEDIA_CATEGORY, "Playback",
|
||||
|
Loading…
Reference in New Issue
Block a user