This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
I just realized I forgot to fully specify the getter/setter and initial value for SourceBuffer.trackDefaults. - The initial value should be an empty TrackDefaultList object. - The setter should have the same exception throwing logic that prevents setting while updating is true and when the SourceBuffer in not attached to a MediaSource. - The getter should simply return the initial value or the last value set.
Change committed. https://dvcs.w3.org/hg/html-media/rev/a5786410b334