https://bugs.winehq.org/show_bug.cgi?id=54303
Bug ID: 54303 Summary: mfplat:mfplat - test_MFCreateDXSurfaceBuffer() gets stuck locking the media buffer on Windows 11 + Nvidia Product: Wine Version: unspecified Hardware: x86-64 OS: Windows Status: NEW Severity: normal Priority: P2 Component: mfplat Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com
mfplat:mfplat - test_MFCreateDXSurfaceBuffer() gets stuck locking the media buffer on Windows 11 + Nvidia:
... mfplat.c:6537:96.969 Test succeeded mfplat:mfplat:1fbc done (258) in 120s
See https://test.winehq.org/data/patterns.html#mfplat:mfplat
mfplat:mfplat gets stuck even if all the other test functions are skipped. A WINETEST_TIME trace shows that in even that case it gets stuck on the line below after less than 1 second:
hr = IMFMediaBuffer_Lock(buffer, &data, NULL, &length);