Windows doesn't support I420 10LE, but uses P010 instead, thus
GST_VIDEO_FORMAT_I420_10LE is ultimately converted to
GST_VIDEO_FORMAT_P010_10LE.
This fixes playback of videos in VRChat that use i420 10le as the raw video color format.
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/8144
On some Windows versions, `__C_specific_handler` requires unwind information for the
tested function, even though it's not actually needed, since unwinding should stop
at this point.
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/8149
--
v6: winex11: Serialize window config requests with some other requests.
winex11: Serialize managed window config change requests.
winex11: Keep track of the last config above flag used.
winex11: Track window pending config position / size independently.
winex11: Serialize individual _NET_WM_STATE bit changes.
winex11: Continue requesting desired window state on no-op event.
https://gitlab.winehq.org/wine/wine/-/merge_requests/8079
--
v5: winex11: Serialize window config requests with some other requests.
winex11: Serialize managed window config change requests.
winex11: Keep track of the last config above flag used.
winex11: Track window pending config position / size independently.
winex11: Serialize individual _NET_WM_STATE bit changes.
winex11: Continue requesting desired window state on no-op event.
https://gitlab.winehq.org/wine/wine/-/merge_requests/8079