March 12, 2026
1:48 p.m.
On Thu Mar 12 18:48:27 2026 +0000, Paul Gofman wrote:
But this way it will be sending callback inside the critical section. Is that intentional? Yes. I originally had two `LeaveCriticalSection` (one for each path) but decided that was unnecessary as the `IMFMediaEngineNotify_EventNotify` simply writes the event to a queue (thus is brief). But seems I only removed the one `LeaveCriticalSection` when I made that change.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/10306#note_132076