Allow messages after SetForegroundWindow returns. Kwin likes to resize
our window some more after d3d9 resized it.
Patch 2 makes the test stricter on Windows to give it some meaning.
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/8132
--
v4: winex11: Reconfigure window even if the new rectangle equals to the old one.
winex11: Serialize window config requests with some other requests.
winex11: Serialize managed window config change requests.
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
Windows uses a smaller alignment than gstreamer for some formats, for
example NV12. This means we cannot use MFCalculateImageSize() to get the
output sample size. Commit 7b79e3a87b1e switched to calling it instead of
GetOutputStreamInfo() to fix some game bugs.
--
v4: winegstreamer: Call wg_format_get_max_size() to get the video decoder output sample size.
winegstreamer: Do not pass a sample size to wg_transform_read_mf().
mf/tests: Add a video processor NV12 test with a width alignment of 2.
https://gitlab.winehq.org/wine/wine/-/merge_requests/8034