https://bugs.winehq.org/show_bug.cgi?id=50043
--- Comment #8 from Nikolay Sivov bunglehead@gmail.com --- Interesting, so it's using Media Session and that somewhat works already. A couple of obvious issues to fix:
--- 0140:warn:mfplat:topology_loader_Load Failed to resolve for marker 0, hr 0x80004001. ---
That's because we're missing most of topology loader.
--- 0140:fixme:mfplat:media_source_GetCharacteristics (0x70adb50)->(0x834fc28): stub ---
Easier part, we have some patches on the list for it, also not critical.
--- 0140:fixme:mfplat:media_source_Stop (0x70adb50): stub ---
Something to be done in winegstreamer as well.
Sorry, I didn't last point of comment 5. Do you mean video plays to completion and menu appears after it automatically, or that you can skip it? According to logs I would expect that IMFMediaSession::Stop() is used for skipping. Otherwise application would simply wait for MESessionEnded event.