Re: [PATCH v7 0/13] MR9489: mf: Fix seeking within sample grabber.
15 Jan
2026
15 Jan
'26
7:02 p.m.
Nikolay Sivov (@nsivov) commented about dlls/mf/tests/mf.c:
+ todo_wine + CHECK_CALLED(timer_SetTimer);
- hr = IMFPresentationClock_Pause(clock); + hr = IMFClockStateSink_OnClockPause(clock_sink, 0); ok(hr == S_OK, "Unexpected hr %#lx.\n", hr);
- hr = IMFPresentationClock_Start(clock, 0); + /* test over supply */ + supply_samples(stream, 6); + + SET_EXPECT(timer_CancelTimer); + hr = IMFClockStateSink_OnClockStart(clock_sink, 0, 0); ok(hr == S_OK, "Unexpected hr %#lx.\n", hr); + CHECK_CALLED(timer_CancelTimer);
Normal flow is to call clock->Start(), callbacks are called internally. Why changing that? -- https://gitlab.winehq.org/wine/wine/-/merge_requests/9489#note_127078
49
Age (days ago)
49
Last active (days ago)
0 comments
1 participants
participants (1)
-
Nikolay Sivov (@nsivov)