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

This looks nicer in the PulseAudio manager than just "mpd".
This commit is contained in:
Max Kellermann 2009-10-20 21:07:38 +02:00
parent bc4266bef8
commit bd28caed3c
2 changed files with 2 additions and 1 deletions

1
NEWS
View File

@ -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

View File

@ -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;