On Mon Dec 8 00:28:20 2025 +0000, Brendan McGrath wrote:
I didn't want to modify the existing test sink clock, so I kept it consistent with all the other events/tests. We can of course modify the test sink clock to start sending events, but it'll require updating all the existing tests as well. I think this was responsible for an intermittent test failure under Windows 10. I think the `MEStreamSinkPaused` event was being sent prior to `OnClockPause` being called and therefore the media session never sent a `MESessionPaused` event.
So I have now moved the creation of these events to their respective `OnClockX` calls and updated the existing test (turns out only one existing test was dependent on this). -- https://gitlab.winehq.org/wine/wine/-/merge_requests/9646#note_126620