29 Jan
2026
29 Jan
'26
9:47 a.m.
Nikolay Sivov (@nsivov) commented about dlls/mf/tests/mf.c:
if (sink->clock) { + if (sink->stream) + IMFPresentationClock_RemoveClockStateSink(sink->clock, &sink->IMFClockStateSink_iface); + IMFPresentationClock_Release(sink->clock);
Why does this one check for null stream? -- https://gitlab.winehq.org/wine/wine/-/merge_requests/9646#note_128359