Hans Leidekker (@hans) commented about dlls/wintrust/tests/crypt.c:
> }
> }
>
> +static void test_context2(void)
> +{
> + BOOL ret;
There's no need to duplicate these tests since CryptCATAdminAcquireContext() is forwarded to CryptCATAdminAcquireContext2(). Please merge added test with test_context().
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/6835#note_88253
Send INVALIDATEMEDIATYPE to allow the transform type to be set before
retrying PROCESSINPUTNOTIFY.
--
v8: mf: Send MEError when IMFStreamSink_ProcessSample fails.
mf: Retry PROCESSINPUTNOTIFY if TRANSFORM_TYPE_NOT_SET is returned.
https://gitlab.winehq.org/wine/wine/-/merge_requests/6059