[Bug 25148] GOM Player gets stuck at the start of a stream

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Sep 26 04:31:01 CDT 2011


http://bugs.winehq.org/show_bug.cgi?id=25148

--- Comment #12 from Maarten Lankhorst <m.b.lankhorst at gmail.com> 2011-09-26 04:31:00 CDT ---
I fear it happens because GOM tv is a live source, wine doesn't handle that
case currently, and is missing support to get it working right. As a
workaround, you could remove the blocking from videorenderer.c by changing hr =
QualityControlRender_WaitFor(&This->qcimpl, pSample, This->blocked);
to hr = S_OK;

and from dsoundrenderer.c by changing DSoundRender_GetWritePos

    } else
        write_at = -1;

to
    }
        write_at = -1;

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list