quartz: Fix return value for video renderer.
This commit is contained in:
parent
e5767b1c02
commit
28c7b230ed
|
@ -362,7 +362,7 @@ static HRESULT VideoRenderer_Sample(LPVOID iface, IMediaSample * pSample)
|
|||
HRESULT hr;
|
||||
|
||||
if (This->state == State_Stopped)
|
||||
return S_FALSE;
|
||||
return VFW_E_WRONG_STATE;
|
||||
|
||||
TRACE("%p %p\n", iface, pSample);
|
||||
|
||||
|
|
Loading…
Reference in New Issue