MoodbarPipeline: Remove Q_ASSERT
This commit is contained in:
@@ -241,9 +241,6 @@ void MoodbarPipeline::Stop(const bool success) {
|
|||||||
|
|
||||||
void MoodbarPipeline::Cleanup() {
|
void MoodbarPipeline::Cleanup() {
|
||||||
|
|
||||||
Q_ASSERT(QThread::currentThread() == thread());
|
|
||||||
Q_ASSERT(QThread::currentThread() != qApp->thread());
|
|
||||||
|
|
||||||
running_ = false;
|
running_ = false;
|
||||||
if (pipeline_) {
|
if (pipeline_) {
|
||||||
GstBus *bus = gst_pipeline_get_bus(GST_PIPELINE(pipeline_));
|
GstBus *bus = gst_pipeline_get_bus(GST_PIPELINE(pipeline_));
|
||||||
|
|||||||
Reference in New Issue
Block a user