decoder_api: call _prepare_initial_seek() in decoder_tag()
This checks both conditions: pending and running. Fixes yet another assertion failure!
This commit is contained in:
parent
e07073ff28
commit
f67136df19
@ -464,7 +464,7 @@ decoder_tag(G_GNUC_UNUSED struct decoder *decoder, struct input_stream *is,
|
|||||||
|
|
||||||
/* check if we're seeking */
|
/* 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
|
/* during initial seek, no music chunk must be created
|
||||||
until seeking is finished; skip the rest of the
|
until seeking is finished; skip the rest of the
|
||||||
function here */
|
function here */
|
||||||
|
Loading…
Reference in New Issue
Block a user