Commit 28c7b230 authored by Maarten Lankhorst's avatar Maarten Lankhorst Committed by Alexandre Julliard

quartz: Fix return value for video renderer.

parent e5767b1c
......@@ -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);
......
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