Chromium Code Reviews
DescriptionSeek for video track changes on FFmpegDemuxer.
Prototype fix for seeking when doing a track change on src=. Mostly
works, but does not resolve the following edges:
- If there's a gap between last read audio frame and seeked video
point, we'll lose audio - fix is likely to use same logic as Seek()
instead of using |selected_stream| for the seek index.
- Needs a better mechanism for ignoring already demuxed packets so
that we don't get repetitions in the audio. There are "valid"
files with out of order timestamps, so care must be taken not
to break those.
- Does not handle errors which occur during seeking.
* NOT READY FOR SUBMISSION *
BUG=709302
TEST=basic fg/bg with bg opt works correctly.
Patch Set 1 #
Messages
Total messages: 5 (1 generated)
|
||||||||||||||||||||||||||||