Merge tag 'v0.21.14'

release v0.21.14
This commit is contained in:
Max Kellermann
2019-08-21 10:52:49 +02:00
7 changed files with 64 additions and 42 deletions

View File

@@ -158,6 +158,7 @@ AudioOutputControl::InternalOpen(const AudioFormat in_audio_format,
} catch (...) {
LogError(std::current_exception());
Failure(std::current_exception());
return;
}
if (f != in_audio_format || f != output->out_audio_format)
@@ -457,7 +458,7 @@ AudioOutputControl::Task() noexcept
case Command::RELEASE:
if (!open) {
/* the output has failed after
the PAUSE command was submitted; bail
the RELEASE command was submitted; bail
out */
CommandFinished();
break;