Skip to content
  • Philippe Normand's avatar
    wpe: context thread dispatch fixes · 05389298
    Philippe Normand authored and GStreamer Marge Bot's avatar GStreamer Marge Bot committed
    Use dedicated mutex/cond/flag for jobs being dispatched in the context thread.
    The previous code was signalling the thread startup condition, which is wrong.
    When WPEContextThread::dispatch() is invoked it means the thread has already
    correctly been started up.
    
    Part-of: <!2533>
    05389298