https://bugs.winehq.org/show_bug.cgi?id=52200
--- Comment #1 from Sagawa sagawa.aki+winebugs@gmail.com --- Created attachment 71254 --> https://bugs.winehq.org/attachment.cgi?id=71254 test case
After some debugging, I found out this issue caused by IMediaControl::Run() and IMediaControl::StopWhenReady().
Here is a test case for the issue. Steps to reproduce: 1. compile the attached test case, 2. run the test case, e.g. wine dshow_demo.exe 3. pick a video file with the common dialog, 4. left click on the window area to play.
Expected result: The video file should be played from the beginning.
Actual result: The video file isn't play.