mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1065827 - Start MediaDecoder playback state in LOADING. r=cpearce
This commit is contained in:
parent
6109717031
commit
a97c6806ff
@ -437,7 +437,7 @@ MediaDecoder::MediaDecoder() :
|
||||
mReentrantMonitor("media.decoder"),
|
||||
mIsDormant(false),
|
||||
mIsExitingDormant(false),
|
||||
mPlayState(PLAY_STATE_PAUSED),
|
||||
mPlayState(PLAY_STATE_LOADING),
|
||||
mNextState(PLAY_STATE_PAUSED),
|
||||
mIgnoreProgressData(false),
|
||||
mInfiniteStream(false),
|
||||
@ -562,8 +562,6 @@ nsresult MediaDecoder::InitializeStateMachine(MediaDecoder* aCloneDonor)
|
||||
// set them now
|
||||
SetStateMachineParameters();
|
||||
|
||||
ChangeState(PLAY_STATE_LOADING);
|
||||
|
||||
return ScheduleStateMachineThread();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user