Ignore "IDirectSoundBuffer_GetStatus The operation completed successfully"

Fixes #557
This commit is contained in:
Jonas Kvinge
2020-10-13 00:49:34 +02:00
parent 0fd61945c7
commit 4a53d4f043
3 changed files with 18 additions and 10 deletions

View File

@@ -509,7 +509,7 @@ void GstEngine::HandlePipelineError(const int pipeline_id, const QString &messag
if (!current_pipeline_.get() || current_pipeline_->id() != pipeline_id) return;
qLog(Error) << "Gstreamer error:" << domain << error_code << message;
qLog(Error) << "GStreamer error:" << domain << error_code << message;
current_pipeline_.reset();
BufferingFinished();