Commit f834e4a4 authored by Zebediah Figura's avatar Zebediah Figura Committed by Alexandre Julliard

strmbase: Do not set RenderEvent in IBaseFilter::Run().

parent c0712a97
......@@ -460,7 +460,6 @@ HRESULT WINAPI BaseRendererImpl_Run(IBaseFilter * iface, REFERENCE_TIME tStart)
This->pFuncsTable->pfnOnStartStreaming(This);
if (This->filter.state == State_Stopped)
BaseRendererImpl_ClearPendingSample(This);
SetEvent(This->RenderEvent);
This->filter.state = State_Running;
}
out:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment