http://bugs.winehq.org/show_bug.cgi?id=25148
--- Comment #12 from Maarten Lankhorst m.b.lankhorst@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;