winegstreamer: Fix GetState.

oldstable
Maarten Lankhorst 2010-11-10 09:00:23 +01:00 committed by Alexandre Julliard
parent 1f97cb2287
commit 482541447b
1 changed files with 1 additions and 1 deletions

View File

@ -1180,7 +1180,7 @@ static HRESULT WINAPI GST_GetState(IBaseFilter *iface, DWORD dwMilliSecsTimeout,
TRACE("(%d, %p)\n", dwMilliSecsTimeout, pState);
if (!This->gstfilter) {
pState = State_Stopped;
*pState = State_Stopped;
return S_OK;
}