Skip to content

examples: win32-videooverlay: Fix for window freezing

Seungha Yang requested to merge seungha.yang/gstreamer:win32-overlay-fix into main

Read and flush console buffer from the console thread immediately, instead of main thread. Otherwise (if main thread is busy) the console thread will keep adding idle source and main thread will be unresponsive.

Merge request reports