On Fri Oct 20 01:24:22 2023 +0000, Alfred Agrell wrote:
Yes, it's inconsistent. Wine emits two frames; native only emits one, probably because the graph is paused.
Being paused shouldn't matter, because our sink isn't prerolling, it's processing every sample immediately.
If GStreamer isn't consistent with Windows about how many frames it thinks are in the file... that's okay, I guess. We could make it a todo_wine (got_sample == 1) although we don't really need to.