[PATCH 2/2] mfplat: Implement MFCreateMediaEvent.

Alistair Leslie-Hughes leslie_alistair at hotmail.com
Mon Nov 12 01:04:35 CST 2018


Hi Sven,

On 11/11/18 7:39 am, Sven Baars wrote:
> +    IMFMediaEvent_GetExtendedType(mediaevent, &extended_type);
> +    ok(IsEqualGUID(&extended_type, &GUID_NULL), "got %s\n",
> +       wine_dbgstr_guid(&extended_type));
Can you please add a check of the return value from the

IMFMediaEvent_GetExtendedType.

The same applies to the rest of the tests.
 
Thanks
 Alistair.



More information about the wine-devel mailing list