[PATCH 2/3] winegstreamer: Introduce new wg_transform_(push|read)_data functions.

Rémi Bernon rbernon at codeweavers.com
Thu Mar 3 05:09:55 CST 2022


On 3/3/22 02:17, Zebediah Figura (she/her) wrote:
> On 2/28/22 10:27, Rémi Bernon wrote:
>> And use it to implement WMA decoder Process(Input|Output).
>> -    todo_wine
>> -    ok(i == 0xe000, "ProcessOutput produced %#x bytes\n", i);
>> +    if (!strcmp(winetest_platform, "wine"))
>> +        ok(i == 0x10000, "ProcessOutput produced %#x bytes\n", i);
>> +    else
>> +        ok(i == 0xe000, "ProcessOutput produced %#x bytes\n", i);
> 
> This doesn't hold for me:
> 
> 042c:fixme:wmadec:transform_GetInputAvailableType iface
> 00000000008225A8, id 0, index 0, type 000000000021F7D0 stub!
> 042c:fixme:mfplat:mf_media_type_to_wg_format_wma Bitrate is not set.
> mf.c:6307: Test failed: ProcessOutput produced 0xc000 bytes

Hmm... weird, maybe some ffmpeg variation?

The testbot seems happy with it, though as it differs from native 
already maybe I should simply make the check todo if it fails, or remove 
it altogether.
-- 
Rémi Bernon <rbernon at codeweavers.com>



More information about the wine-devel mailing list