Skip to content
Snippets Groups Projects
Commit 3e9baa6e authored by Thomas Guillem's avatar Thomas Guillem
Browse files

aout: set discontinuity after a flush

This commit doesn't have any impact on pulse, since a flush will cause the next
play to be differed.

This commit fixes the "playback way too early" with other modules, like asla,
when flushing with an audio delay.
parent 9b5902e2
No related branches found
No related tags found
No related merge requests found
......@@ -441,4 +441,5 @@ void aout_DecFlush (audio_output_t *aout, bool wait)
aout->flush(aout, wait);
}
owner->sync.discontinuity = true;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment