Merge branch 'v0.16.x'
Conflicts: NEWS
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user