https://bugs.winehq.org/show_bug.cgi?id=43367
--- Comment #27 from Zebediah Figura z.figura12@gmail.com --- It seems like the audio part of the demuxer is getting stuck behind the video part. I see intermittent skips of 100-200 ms in audio sample delivery (when the audio samples themselves are 26 ms long), and these seem to consistently correlate with video samples being delivered. Most damningly, I never see audio samples being delivered (or in fact anything else happening) while the video renderer is waiting for presentation time. So, yeah, probably nothing to do with the CPU being too slow.
What confuses me is why this is the case. I can play sample MPEG-1 system streams on my own machine and I don't see this behaviour at all. Maybe it's something that changed in gstreamer?
Let's try one more log; can you please add GST_DEBUG=5 to the above?