Closed Bug 882713 Opened 11 years ago Closed 11 years ago

[webvtt] Implement TextTrackCue::active

Categories

(Core :: Audio/Video, defect)

defect
Not set
normal

Tracking

()

RESOLVED WONTFIX

People

(Reporter: reyre, Assigned: reyre)

References

()

Details

Attachments

(1 file)

This is a flag that's used in the time marches on algorithm.
Blocks: 882718
Blocks: 883173
Status: NEW → ASSIGNED
QA Contact: rick.eyre
Assignee: nobody → rick.eyre
QA Contact: rick.eyre
This introduces support for the TextTrackCue::Active flag. One place that isn't handled that is in the spec is when it says to unset the active flag of all the cues in a text track if that text track is removed from a media element, but no where do we have an API to remove a text track from a media element that I can see.
Attachment #762755 - Flags: review?(giles)
We've agreed for now that we won't be using TextTrackCue::active to be keeping track of the active text tracks. Instead we'll just be using cues whose start time and end time are valid for the current play back time as active. I'm leaving this bug open for now in case we reconsider in the near future.
Attachment #762755 - Flags: review?(giles)
I don't think we will be reconsidering in the near future. Using a sorted cue list and tracking the active cues via their start and end times is much more efficient for Gecko's solution.
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → WONTFIX
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: