viewer: added debug message if playback queue falls behind

This commit is contained in:
itsmattkc
2020-05-10 04:05:08 +10:00
parent eb1b76896e
commit 6ad5076160
+4
View File
@@ -367,6 +367,10 @@ void ViewerWidget::UpdateTextureFromNode(const rational& time)
}
}
if (IsPlaying()) {
qDebug() << "Playback queue couldn't keep up - falling back to realtime decoding";
}
// Frame was not in queue, will require decoding
if (FrameExistsAtTime(time)) {
QString frame_fn = GetCachedFilenameFromTime(time);