[PATCH 3/5] mf/tests: Add some WMA decoder creation tests.

Rémi Bernon rbernon at codeweavers.com
Fri Jan 21 06:56:15 CST 2022


On 1/21/22 13:33, Giovanni Mascellani wrote:
> Hi,
> 
> Il 20/01/22 11:41, Rémi Bernon ha scritto:
>> +    ok(hr == S_OK, "MFTEnum returned %x\n", hr);
>> +    ok(count == 1, "got %u\n", count);
>> +    *class_id = class_ids[0];
>> +    CoTaskMemFree(class_ids);
> 
> Would it make sense to check that the returned class id matches indeed 
> CLSID_WMADecMediaObject?
> 
> Giovanni.
> 

I though about it, we could probably, I wasn't completely sure if it was 
going to be useful.
-- 
Rémi Bernon <rbernon at codeweavers.com>



More information about the wine-devel mailing list