Alexandre Julliard pushed to branch master at wine / wine
Commits: d211b695 by Alex Henrie at 2025-05-05T16:26:25-05:00 quartz: Clamp MediaSeeking_GetCurrentPosition to the stop position.
test_graph_seeking sets the stop time to 6 seconds and then checks that the media has stopped at that exact point in time. That test failed 10 out of the last 67 times on test.winehq.org because IMediaSeeking_GetCurrentPosition returned a time that was 1 millisecond after the stop time. To make the test pass consistently, clamp the current time to the stop time.
- - - - -
1 changed file:
- dlls/quartz/filtergraph.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/d211b69528e19644fe6df2d650e1036...