Nikolay Sivov (@nsivov) commented about dlls/mfmediaengine/tests/mfmediaengine.c:
- IMFByteStream_Release(stream);
- res = WaitForSingleObject(notify.ready_event, 5000);
- ok(!res, "Unexpected res %#lx.\n", res);
- if (FAILED(notify.error))
- {
win_skip("Media engine reported error %#lx, skipping tests.\n", notify.error);
goto done;
- }
- /* FIXME: Wine first video frame is often full of garbage, wait for another update */
- res = WaitForSingleObject(notify.ready_event, 500);
- /* It's also missing the MF_MEDIA_ENGINE_EVENT_TIMEUPDATE notifications */
- todo_wine
- ok(!res, "Unexpected res %#lx.\n", res);
What is this about? What kind of garbage?