mirror of
https://github.com/reactos/wine.git
synced 2025-02-21 13:23:25 +00:00
quartz: Call run before pausing in transform filter.
This commit is contained in:
parent
86393897a8
commit
e47bc7725e
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user