cache: cancel tasks on disable

This commit is contained in:
itsmattkc
2022-05-30 13:40:39 -07:00
parent e3830116b0
commit 9cc861cdd5
15 changed files with 207 additions and 215 deletions
+2 -2
View File
@@ -227,7 +227,7 @@ public:
return video_cache_;
}
FrameHashCache* thumbnail_cache() const
ThumbnailCache* thumbnail_cache() const
{
return thumbnail_cache_;
}
@@ -1416,7 +1416,7 @@ private:
QString effect_input_;
FrameHashCache *video_cache_;
FrameHashCache *thumbnail_cache_;
ThumbnailCache *thumbnail_cache_;
AudioPlaybackCache *audio_cache_;
AudioWaveformCache *waveform_cache_;