This is required to fix video playback in Crashlands 2 on Proton 10.
--
v3: mfreadwrite: Fix media type output when video processor is used.
mfreadwrite/tests: Check DEFAULT_STRIDE is not always present.
https://gitlab.winehq.org/wine/wine/-/merge_requests/8172
--
v2: winex11: Remove now unnecessary drawable tracking.
winewayland: Drop now unnecessary GL drawable tracking.
win32u: Update the window state in more places.
win32u: Update opengl drawables with window state.
win32u: Notify the drivers when GL drawables are detached.
win32u: Keep window GL drawables in a global linked list.
winex11: Release the GL drawable on creation failure.
https://gitlab.winehq.org/wine/wine/-/merge_requests/8410