quartz: Make sure transform filter commits allocator.
This commit is contained in:
parent
6e4288ee70
commit
11e2b1ab2b
|
@ -349,7 +349,7 @@ static HRESULT WINAPI TransformFilter_Pause(IBaseFilter * iface)
|
||||||
EnterCriticalSection(&This->csFilter);
|
EnterCriticalSection(&This->csFilter);
|
||||||
{
|
{
|
||||||
if (This->state == State_Stopped)
|
if (This->state == State_Stopped)
|
||||||
((InputPin *)This->ppPins[0])->end_of_stream = 0;
|
IBaseFilter_Run(iface, -1);
|
||||||
|
|
||||||
This->state = State_Paused;
|
This->state = State_Paused;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue