mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
bug 1123492 update comment to describe the thread that runs AttemptSeek() r=mattwoodrow
This commit is contained in:
parent
a5f6494c6d
commit
a491c4381b
@ -719,7 +719,7 @@ MediaSourceReader::NotifyTimeRangesChanged()
|
||||
{
|
||||
ReentrantMonitorAutoEnter mon(mDecoder->GetReentrantMonitor());
|
||||
if (mWaitingForSeekData) {
|
||||
//post a task to the state machine thread to call seek.
|
||||
//post a task to the decode queue to try to complete the pending seek.
|
||||
RefPtr<nsIRunnable> task(NS_NewRunnableMethod(
|
||||
this, &MediaSourceReader::AttemptSeek));
|
||||
GetTaskQueue()->Dispatch(task.forget());
|
||||
|
Loading…
Reference in New Issue
Block a user