aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder_thread.c
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2012-05-29 23:46:10 +0200
committerMax Kellermann <max@duempel.org>2012-05-29 23:46:10 +0200
commitd662c4c0cc089a6a493a7463e440f0f7e7959b48 (patch)
tree873ae7ff1cf9b57e03c54ffb34158da54aadd184 /src/decoder_thread.c
parent457d98c8605c3406a2f83f8f099abe0048968efb (diff)
parent6bb166aaaa387f20aca469b6463ba1ad96942d06 (diff)
downloadmpd-d662c4c0cc089a6a493a7463e440f0f7e7959b48.tar.gz
mpd-d662c4c0cc089a6a493a7463e440f0f7e7959b48.tar.xz
mpd-d662c4c0cc089a6a493a7463e440f0f7e7959b48.zip
Merge branch 'v0.16.x'
Conflicts: NEWS
Diffstat (limited to 'src/decoder_thread.c')
-rw-r--r--src/decoder_thread.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/decoder_thread.c b/src/decoder_thread.c
index 421efd32a..1440fc272 100644
--- a/src/decoder_thread.c
+++ b/src/decoder_thread.c
@@ -126,6 +126,8 @@ decoder_stream_decode(const struct decoder_plugin *plugin,
assert(input_stream->ready);
assert(decoder->dc->state == DECODE_STATE_START);
+ g_debug("probing plugin %s", plugin->name);
+
if (decoder->dc->command == DECODE_COMMAND_STOP)
return true;
@@ -157,6 +159,8 @@ decoder_file_decode(const struct decoder_plugin *plugin,
assert(g_path_is_absolute(path));
assert(decoder->dc->state == DECODE_STATE_START);
+ g_debug("probing plugin %s", plugin->name);
+
if (decoder->dc->command == DECODE_COMMAND_STOP)
return true;