Skip to content

pluginloader-win32: Fix for pipe connection error

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

Don't error out on WAIT_IO_COMPLETION. It means queued APC job was executed but the job may not be our callback. For example, user or system might be able to schedule APC on gst_init() thread or so.

Merge request reports