https://bugs.winehq.org/show_bug.cgi?id=53342
Bug ID: 53342 Summary: quartz:mpegaudio - The 64-bit test_streaming_events() times out on fg-deb64 Product: Wine Version: unspecified Hardware: x86-64 OS: Linux Status: NEW Severity: normal Priority: P2 Component: quartz Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com Distribution: ---
quartz:mpegaudio - The 64-bit test_streaming_events() times out on fg-deb64:
... mpegaudio.c:1451: Test succeeded
https://test.winehq.org/data/patterns.html#quartz:mpegaudio
The timeout happens on this line:
hr = IMemAllocator_GetBuffer(allocator, &sample, NULL, NULL, 0);
A bisect shows that the timeouts started with the commit below:
commit 6c110bd398de28613b34555ff2738e74191bb6cd Author: Rémi Bernon rbernon@codeweavers.com Date: Mon Jun 13 11:43:51 2022 +0200
winegstreamer: Support zero-copy wg_transform_push_data in quartz_transform.c.
Signed-off-by: Rémi Bernon rbernon@codeweavers.com