-
7f158dc8
by Conor McCarthy at 2026-04-30T23:06:55+02:00
mfmediaengine/tests: Set the volume after the null check in test_TransferVideoFrame().
-
8b6a71ae
by Conor McCarthy at 2026-04-30T23:06:55+02:00
mfmediaengine/tests: Test a media engine extension.
-
0c7d829a
by Conor McCarthy at 2026-04-30T23:06:55+02:00
mfmediaengine: Set the source pending flag before creating the source.
When extension support is added, if an extension doesn't use an async
work item in BeginCreateObject() and instead invokes the callback from
the current thread, it breaks ordering of FLAGS_ENGINE_SOURCE_PENDING
set/clear because the critical section in our Invoke() function won't
block.
-
03348fa7
by Conor McCarthy at 2026-04-30T23:06:55+02:00
mfmediaengine: Support media engine extensions.