From d8db46edfaed14c38d97e8880ff07fc629908b2d Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 17 Feb 2009 08:51:34 +0100 Subject: decoders: added and fixed GLib log domains Fixed the log domains of the renamed decoders. Added G_LOG_DOMAIN macros in decoders which don't have one already. --- src/decoder/faad_plugin.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/decoder/faad_plugin.c') diff --git a/src/decoder/faad_plugin.c b/src/decoder/faad_plugin.c index a8e4a6045..68198d53f 100644 --- a/src/decoder/faad_plugin.c +++ b/src/decoder/faad_plugin.c @@ -27,7 +27,7 @@ #include #undef G_LOG_DOMAIN -#define G_LOG_DOMAIN "aac" +#define G_LOG_DOMAIN "faad" /* all code here is either based on or copied from FAAD2's frontend code */ struct faad_buffer { @@ -402,7 +402,7 @@ aac_stream_decode(struct decoder *mpd_decoder, struct input_stream *is) }; if (!audio_format_valid(&audio_format)) { - g_warning("aac: invalid audio format\n"); + g_warning("invalid audio format\n"); break; } -- cgit v1.2.3