gecko-dev/dom/media/mediasink
JW Wang 108a5c3b92 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
2017-08-02 10:45:48 +08:00
..
AudioSink.cpp Bug 1386478 - don't cap the return value of GetEndTime(). r=jya 2017-08-02 10:45:48 +08:00
AudioSink.h Bug 1351586 - AudioSink constructor should take a const reference instead of value of TimeUnit. r=kaku 2017-04-12 16:43:05 +08:00
AudioSinkWrapper.cpp Bug 1350826 - Replace use of int64_t for microseconds by TimeUnit in MediaSink and its sub-classes. r=kaku 2017-03-27 14:55:05 +08:00
AudioSinkWrapper.h Bug 1350826 - Replace use of int64_t for microseconds by TimeUnit in MediaSink and its sub-classes. r=kaku 2017-03-27 14:55:05 +08:00
DecodedStream.cpp Bug 1341555 - Consolidate use of the MSG's AbstractMainThread, and stop having AbstractMainThread on MediaStreams. r=pehrsons 2017-06-29 11:30:57 -07:00
DecodedStream.h Bug 1350826 - Replace use of int64_t for microseconds by TimeUnit in MediaSink and its sub-classes. r=kaku 2017-03-27 14:55:05 +08:00
MediaSink.h Bug 1350826 - Replace use of int64_t for microseconds by TimeUnit in MediaSink and its sub-classes. r=kaku 2017-03-27 14:55:05 +08:00
moz.build Bug 1349485. P4 - rename DecodedAudioDataSink.* to AudioSink.*. r=kikuo 2017-03-22 15:03:38 +08:00
OutputStreamManager.cpp
OutputStreamManager.h
VideoSink.cpp Bug 1384233 - Remove SizePrintfMacros.h. r=froydnj 2017-07-26 16:03:57 -04:00
VideoSink.h Bug 1350826 - Replace use of int64_t for microseconds by TimeUnit in MediaSink and its sub-classes. r=kaku 2017-03-27 14:55:05 +08:00