quartz: Make sure transform filter commits allocator.

This commit is contained in:
Maarten Lankhorst 2008-07-04 16:59:01 -07:00 committed by Alexandre Julliard
parent 6e4288ee70
commit 11e2b1ab2b
1 changed files with 1 additions and 1 deletions

View File

@ -349,7 +349,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;
}