gstreamer/ext/wpe
Philippe Normand 0538929847 wpe: context thread dispatch fixes
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: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/2533>
2021-09-20 14:44:19 +00:00
..
wpe-extension wpe: Fix race condition on teardown 2021-09-03 15:56:31 +00:00
gstwpe.cpp wpe: Update doc cache 2021-05-19 13:41:16 +00:00
gstwpe.h wpe: Base wpe audio implementation on a web extension 2021-05-19 13:41:15 +00:00
gstwpesrcbin.cpp wpe: Add support for web:// URIs 2021-09-13 15:02:24 +00:00
gstwpesrcbin.h wpe: Base wpe audio implementation on a web extension 2021-05-19 13:41:15 +00:00
gstwpevideosrc.cpp wpevideosrc: Uniformise default value for draw-background property 2021-08-31 17:59:06 +00:00
gstwpevideosrc.h wpe: Move wpesrc to wpevideosrc and add a wrapper bin wpesrc 2021-05-19 13:41:15 +00:00
meson.build wpe: Bump wpebackend-fdo version requirement to 1.8 2021-05-23 17:18:20 +00:00
WPEThreadedView.cpp wpe: context thread dispatch fixes 2021-09-20 14:44:19 +00:00
WPEThreadedView.h wpe: Properly wait on context thread startup condition 2021-09-20 14:44:19 +00:00