Commit e47bc772 authored by Maarten Lankhorst's avatar Maarten Lankhorst Committed by Alexandre Julliard

quartz: Call run before pausing in transform filter.

parent 86393897
......@@ -337,7 +337,7 @@ static HRESULT WINAPI TransformFilter_Pause(IBaseFilter * iface)
EnterCriticalSection(&This->csFilter);
{
if (This->state == State_Stopped)
((InputPin *)This->ppPins[0])->end_of_stream = 0;
IBaseFilter_Run(iface, -1);
This->state = State_Paused;
}
......
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