diff options
author | Max Kellermann <max@duempel.org> | 2014-12-04 23:33:08 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-12-04 23:33:08 +0100 |
commit | 88b75b57d011e4f07c564ffd24c1ee73d0b8ab2c (patch) | |
tree | 21fba030d312eb03b47c82c3f548d56fa9cc0b21 /src/decoder | |
parent | aa4c7055f8e0746bd725ffc0cb140373fabcc405 (diff) | |
download | mpd-88b75b57d011e4f07c564ffd24c1ee73d0b8ab2c.tar.gz mpd-88b75b57d011e4f07c564ffd24c1ee73d0b8ab2c.tar.xz mpd-88b75b57d011e4f07c564ffd24c1ee73d0b8ab2c.zip |
playlist, InotifySource, ...: update GLib comments
Diffstat (limited to '')
-rw-r--r-- | src/decoder/plugins/FluidsynthDecoderPlugin.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/decoder/plugins/FluidsynthDecoderPlugin.cxx b/src/decoder/plugins/FluidsynthDecoderPlugin.cxx index f19ac5bf4..55247549b 100644 --- a/src/decoder/plugins/FluidsynthDecoderPlugin.cxx +++ b/src/decoder/plugins/FluidsynthDecoderPlugin.cxx @@ -35,7 +35,7 @@ static unsigned sample_rate; static const char *soundfont_path; /** - * Convert a fluidsynth log level to a GLib log level. + * Convert a fluidsynth log level to a MPD log level. */ static LogLevel fluidsynth_level_to_mpd(enum fluid_log_level level) @@ -61,7 +61,7 @@ fluidsynth_level_to_mpd(enum fluid_log_level level) } /** - * The fluidsynth logging callback. It forwards messages to the GLib + * The fluidsynth logging callback. It forwards messages to the MPD * logging library. */ static void |