mirror of
https://github.com/reactos/wine.git
synced 2025-02-21 21:32:01 +00:00
winegstreamer: Fix GetState.
This commit is contained in:
parent
1f97cb2287
commit
482541447b
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user