Commit f67136df authored by Max Kellermann's avatar Max Kellermann

decoder_api: call _prepare_initial_seek() in decoder_tag()

This checks both conditions: pending and running. Fixes yet another assertion failure!
parent e07073ff
......@@ -464,7 +464,7 @@ decoder_tag(G_GNUC_UNUSED struct decoder *decoder, struct input_stream *is,
/* check if we're seeking */
if (decoder->initial_seek_pending)
if (decoder_prepare_initial_seek(decoder))
/* during initial seek, no music chunk must be created
until seeking is finished; skip the rest of the
function here */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment