Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mpd
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Иван Мажукин
mpd
Commits
956c5fae
Commit
956c5fae
authored
Jul 10, 2022
by
guihkx
Committed by
Max Kellermann
Jul 12, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
output/PipeWire: set app icon
Closes #1564
parent
cd0396c1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
NEWS
NEWS
+2
-0
PipeWireOutputPlugin.cxx
src/output/plugins/PipeWireOutputPlugin.cxx
+1
-0
No files found.
NEWS
View file @
956c5fae
ver 0.23.9 (not yet released)
* output
- pipewire: set app icon
ver 0.23.8 (2022/07/09)
* storage
...
...
src/output/plugins/PipeWireOutputPlugin.cxx
View file @
956c5fae
...
...
@@ -514,6 +514,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
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment