Commit bd28caed authored by Max Kellermann's avatar Max Kellermann

output/pulse: renamed context to "Music Player Daemon"

This looks nicer in the PulseAudio manager than just "mpd".
parent bc4266be
......@@ -30,6 +30,7 @@ ver 0.16 (20??/??/??)
- recorder: new output plugin for recording radio streams
- openal: new output plugin
- pulse: announce "media.role=music"
- pulse: renamed context to "Music Player Daemon"
* mixers:
- removed support for legacy mixer configuration
- reimplemented software volume as mixer+filter plugin
......
......@@ -24,7 +24,7 @@
#include <pulse/simple.h>
#include <pulse/error.h>
#define MPD_PULSE_NAME "mpd"
#define MPD_PULSE_NAME "Music Player Daemon"
struct pulse_data {
const char *name;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment