Skip to content

Commit

Permalink
[client] pipewire: Add pipewire application name
Browse files Browse the repository at this point in the history
  • Loading branch information
VMFortress authored and gnif committed Jun 7, 2024
1 parent d21bdeb commit c04f84b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/audiodevs/PipeWire/pipewire.c
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit c04f84b

Please sign in to comment.