audio_core: ignore renderer wait when stream is paused

This commit is contained in:
Liam 2023-11-12 23:10:53 -05:00
parent 767c4b5a99
commit ecaa038b4d
4 changed files with 18 additions and 4 deletions

View file

@ -146,7 +146,7 @@ public:
return;
}
paused = true;
SignalPause();
if (cubeb_stream_stop(stream_backend) != CUBEB_OK) {
LOG_CRITICAL(Audio_Sink, "Error stopping cubeb stream");
}