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

Zebediah Figura (she/her) zfigura at codeweavers.com
Wed Mar 2 19:17:35 CST 2022


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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: OpenPGP_signature
Type: application/pgp-signature
Size: 495 bytes
Desc: OpenPGP digital signature
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20220302/f6b98140/attachment.sig>


More information about the wine-devel mailing list