From af525e42b651a5418e1dfd769b3d183007b5c536 Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Mon, 6 Jan 2025 21:28:44 +0100 Subject: [PATCH] MoodbarPipeline: Remove Q_ASSERT --- src/moodbar/moodbarpipeline.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/moodbar/moodbarpipeline.cpp b/src/moodbar/moodbarpipeline.cpp index 0851c3dd6..b710d2034 100644 --- a/src/moodbar/moodbarpipeline.cpp +++ b/src/moodbar/moodbarpipeline.cpp @@ -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_));