I effectively upgraded this message from TRACE to ERR in c5f9d9188a6dea5b9e9e4a2f8fbf362f11b5e72b for reasons I don't really recall. It's not an error per se, just expected behavior for now. And it's noisy - on certain devices it's normal to see this ~20 times on startup.
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/8708
--
v2: joy.cpl: Draw windows.gaming.input raw game controller.
joy.cpl: Draw windows.gaming.input gamepad device.
joy.cpl: Read windows.gaming.input device interface state.
joy.cpl: List windows.gaming.input device interfaces.
joy.cpl: Add a new windows.gaming.input test tab.
joy.cpl: Use XInputGetStateEx to get guide button.
windows.gaming.input: Forward get_DisplayName to Wine provider.
windows.gaming.input: Forward get_NonRoamableId to Wine provider.
https://gitlab.winehq.org/wine/wine/-/merge_requests/8706
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.
--
v7: 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