Skip to content

plugin: Skip stat on Windows

Seungha Yang requested to merge seungha.yang/gstreamer:win32-skip-stat into main

WinUI3 project requires packaged library like that of UWP, and development work flow would be very similar to UWP. Note that we can skip stat since plugin loading would eventually fail with invalid plugin file later on, around g_module_open() or g_module_symbol().

Another note is that, we don't need to add conditional build for WinUI3. It's not different from traditional Win32 desktop library or that of UWP in case that UWP based WinUI project.

Merge request reports