wpe: Properly wait on context thread startup condition
[platform/upstream/gstreamer.git] / ext / wpe / WPEThreadedView.h
index bc126d1..6089251 100644 (file)
@@ -138,6 +138,7 @@ private:
     struct {
         GMutex mutex;
         GCond cond;
+        gboolean ready;
         GThread* thread { nullptr };
     } threading;