mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 16:21:17 +00:00
045137d340
Using a single condition variable for synchronization across all GL messages is very slow on Windows and uses up to 20% CPU usage in some workloads due to lock contention and false broadcasts. Using per-message event handles reduces the CPU usage to negligible amounts despite having to allocate a new event handle for each message. |
||
---|---|---|
.. | ||
gstglcontext_wgl.c | ||
gstglcontext_wgl.h | ||
gstglwindow_win32.c | ||
gstglwindow_win32.h | ||
Makefile.am |