Commit 10bbe111 authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard

mfreadwrite: Wake waiting threads on stream states changes.

parent 18756204
......@@ -418,6 +418,9 @@ static HRESULT source_reader_media_stream_state_handler(struct source_reader *re
}
LeaveCriticalSection(&reader->streams[i].cs);
WakeAllConditionVariable(&reader->streams[i].sample_event);
break;
}
}
......
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