libspark/playback: speed up abort

This commit is contained in:
martii
2013-12-11 09:13:25 +01:00
parent 3df4924af5
commit 43b0c8c184

View File

@@ -413,7 +413,7 @@ static int PlaybackTerminate(Context_t * context)
if (context && context->playback && context->playback->isPlaying) {
//First Flush and than delete container, else e2 cant read length of file anymore
if (context->output->Command(context, OUTPUT_FLUSH, NULL) < 0) {
if (!context->playback->abortRequested && context->output->Command(context, OUTPUT_FLUSH, NULL) < 0) {
playback_err("failed to flush output.\n");
}