Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 1386478 - don't cap the return value of GetEndTime(). r=jya
A chained ogg file contains multiple streams and timestamps will not monolithically increase. The current code will cap AudioEndTime() to the end time of the 1st stream and currentTime won't be updated correctly when playback position reaches the 2nd stream or later ones. http://searchfox.org/mozilla-central/rev/bbc1c59e460a27b20929b56489e2e55438de81fa/dom/media/MediaDecoderStateMachine.cpp#3636-3637 MozReview-Commit-ID: DbIspYmEjVv --HG-- extra : rebase_source : 20004ae6c6d4e15dc8aeebf646efc62342514d24
- Loading branch information