On Fri Nov 22 23:33:36 2024 +0000, Nikolay Sivov wrote:
That's something else, unrelated to SVR work?
From memory I ran in to a deadlock caused by this whilst testing. I found `IMFMediaSession_Shutdown` was re-entrant. Some of the callbacks ran within mfmediaengine as a result of the shutdown required the `cs` lock (causing a deadlock if already held).