Commit 925e5dde authored by Zebediah Figura's avatar Zebediah Figura Committed by Alexandre Julliard

quartz: Complain louder if a filter reports the wrong state.

parent 3bb824f9
......@@ -5215,7 +5215,7 @@ static HRESULT WINAPI MediaFilter_GetState(IMediaFilter *iface, DWORD timeout, F
else if (filter_hr != S_OK && filter_hr != VFW_S_STATE_INTERMEDIATE)
hr = filter_hr;
if (filter_state != graph->state)
WARN("Filter %p reported incorrect state %u.\n", filter->filter, filter_state);
ERR("Filter %p reported incorrect state %u.\n", filter->filter, filter_state);
}
LeaveCriticalSection(&graph->cs);
......
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