MoodbarPipeline: Remove Q_ASSERT

This commit is contained in:
Jonas Kvinge
2025-01-06 21:28:44 +01:00
parent eb83f23125
commit af525e42b6

View File

@@ -241,9 +241,6 @@ void MoodbarPipeline::Stop(const bool success) {
void MoodbarPipeline::Cleanup() {
Q_ASSERT(QThread::currentThread() == thread());
Q_ASSERT(QThread::currentThread() != qApp->thread());
running_ = false;
if (pipeline_) {
GstBus *bus = gst_pipeline_get_bus(GST_PIPELINE(pipeline_));