Commit 54aef599 authored by Anton Baskanov's avatar Anton Baskanov Committed by Alexandre Julliard

winegstreamer: Wake all streaming threads after seeking.

parent 5d199550
......@@ -1895,7 +1895,7 @@ static HRESULT WINAPI GST_Seeking_SetPositions(IMediaSeeking *iface,
EnterCriticalSection(&filter->streaming_cs);
filter->flushing = false;
LeaveCriticalSection(&filter->streaming_cs);
WakeConditionVariable(&filter->flushing_cv);
WakeAllConditionVariable(&filter->flushing_cv);
return S_OK;
}
......
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