summaryrefslogtreecommitdiff
path: root/subprojects/gst-plugins-bad/ext/wpe/gstwpethreadedview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'subprojects/gst-plugins-bad/ext/wpe/gstwpethreadedview.cpp')
-rw-r--r--subprojects/gst-plugins-bad/ext/wpe/gstwpethreadedview.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/subprojects/gst-plugins-bad/ext/wpe/gstwpethreadedview.cpp b/subprojects/gst-plugins-bad/ext/wpe/gstwpethreadedview.cpp
index 450084fb58..05f16154b2 100644
--- a/subprojects/gst-plugins-bad/ext/wpe/gstwpethreadedview.cpp
+++ b/subprojects/gst-plugins-bad/ext/wpe/gstwpethreadedview.cpp
@@ -73,6 +73,7 @@ GstWPEContextThread::GstWPEContextThread()
{
g_mutex_init(&threading.mutex);
g_cond_init(&threading.cond);
+ threading.ready = FALSE;
{
GMutexHolder lock(threading.mutex);