Merge branch 'v0.23.x'

This commit is contained in:
Max Kellermann 2022-07-12 14:00:00 +02:00
commit 89a18b49a7
2 changed files with 3 additions and 0 deletions

2
NEWS
View File

@ -17,6 +17,8 @@ ver 0.24 (not yet released)
* remove Haiku support
ver 0.23.9 (not yet released)
* output
- pipewire: set app icon
ver 0.23.8 (2022/07/09)
* storage

View File

@ -513,6 +513,7 @@ PipeWireOutput::Open(AudioFormat &audio_format)
PW_KEY_MEDIA_CATEGORY, "Playback",
PW_KEY_MEDIA_ROLE, "Music",
PW_KEY_APP_NAME, "Music Player Daemon",
PW_KEY_APP_ICON_NAME, "mpd",
nullptr);
pw_properties_setf(props, PW_KEY_NODE_NAME, "mpd.%s", name);