mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 14:24:45 +00:00
winegstreamer: Wake thread when async reader user clock is modified.
This commit is contained in:
parent
af0fa4b8a8
commit
4a1e95c814
1 changed files with 1 additions and 0 deletions
|
@ -560,6 +560,7 @@ static HRESULT WINAPI WMReaderAdvanced_SetUserProvidedClock(IWMReaderAdvanced6 *
|
|||
EnterCriticalSection(&reader->callback_cs);
|
||||
reader->user_clock = !!user_clock;
|
||||
LeaveCriticalSection(&reader->callback_cs);
|
||||
WakeConditionVariable(&reader->callback_cv);
|
||||
return S_OK;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue