https://bugs.winehq.org/show_bug.cgi?id=48593
Bug ID: 48593 Summary: Fable: The Lost Chapters cutscenes only play one frame of video Product: Wine Version: 5.0-rc1 Hardware: x86 OS: Linux Status: NEW Severity: normal Priority: P2 Component: quartz Assignee: wine-bugs@winehq.org Reporter: z.figura12@gmail.com Depends on: 48570 Distribution: ---
Split off from bug 48570:
(In reply to andy from comment #9)
Hi. I've try your patch. Now cutscene is played, but just sound. Video seem locked to first frame.
But, since you supposed a regression, I try to start a regression test and test with wine-5.0-rc1-35-g863da013a2 and behavior is same as patch applied, vmw reproduced but just sound, video seem locked to first frame.
(In reply to Zebediah Figura from comment #10)
But obviously there is something else going wrong here. The log from comment 9 shows, as the symptoms would suggest, our filter successfully connecting to the default audio renderer and a custom video renderer, sending plenty of audio samples, and only one video sample. We seem to return from got_data_sink() without difficulty, but GStreamer never gives us another frame. What gives?