-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Avoids zero-duration cues which would throw exceptions on IE/Edge and stop playback. (Warns about these ignored cues.) - Pushes offset down into the text parsers since cue times are read-only on IE/Edge. This fixes text errors in multi-period content on those browsers. - Factors VTTCue/TextTrackCue interface decisions out to TextEngine. - Adds new platform integration tests for cues. Closes #501 Closes #502 Change-Id: Ie2210a91e28149f9c4f7fd34bff847aabbeeea63
- Loading branch information
1 parent
24856d9
commit a8b012b
Showing
11 changed files
with
282 additions
and
108 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.