mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 679262 - Seeking to end of file during loadedmetadata event breaks further playback - r=cpearce
--HG-- extra : rebase_source : 1ecffe9613128724e38060d44a46a5bdbcc6fb18
This commit is contained in:
parent
017ca5a5d8
commit
6282bd0d7d
@ -780,8 +780,8 @@ void nsBuiltinDecoder::SeekingStoppedAtEnd()
|
|||||||
seekWasAborted = PR_TRUE;
|
seekWasAborted = PR_TRUE;
|
||||||
} else {
|
} else {
|
||||||
UnpinForSeek();
|
UnpinForSeek();
|
||||||
fireEnded = mNextState != PLAY_STATE_PLAYING;
|
fireEnded = PR_TRUE;
|
||||||
ChangeState(fireEnded ? PLAY_STATE_ENDED : mNextState);
|
ChangeState(PLAY_STATE_ENDED);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -23,7 +23,7 @@ var gFragmentParams = [
|
|||||||
{ fragment: "#t=3,3", start: null, end: null },
|
{ fragment: "#t=3,3", start: null, end: null },
|
||||||
{ fragment: "#t=7,3", start: null, end: null },
|
{ fragment: "#t=7,3", start: null, end: null },
|
||||||
{ fragment: "#t=7,15", start: 7, end: null },
|
{ fragment: "#t=7,15", start: 7, end: null },
|
||||||
{ fragment: "#t=15,20", start: 9.287981, end: null, todo: "See Bug 679262" },
|
{ fragment: "#t=15,20", start: 9.287981, end: null },
|
||||||
{ fragment: "#t=5", start: 5, end: null },
|
{ fragment: "#t=5", start: 5, end: null },
|
||||||
{ fragment: "#t=5.5", start: 5.5, end: null },
|
{ fragment: "#t=5.5", start: 5.5, end: null },
|
||||||
{ fragment: "#t=5,", start: null, end: null },
|
{ fragment: "#t=5,", start: null, end: null },
|
||||||
|
Loading…
Reference in New Issue
Block a user