bug 1123492 update comment to describe the thread that runs AttemptSeek() r=mattwoodrow

This commit is contained in:
Karl Tomlinson 2015-02-17 13:58:55 +13:00
parent a5f6494c6d
commit a491c4381b

View File

@ -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());