[Webkit-unassigned] [Bug 91649] New: MediaSource should support track selection

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 18 12:31:10 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=91649

           Summary: MediaSource should support track selection
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Media Elements
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: annacc at chromium.org
                CC: acolwell at chromium.org
            Blocks: 90819


The MediaSource spec has an activeSourceBuffers attribute that represents the buffers that provide the selected video track, the enabled audio tracks, and the "showing" or "hidden" text tracks.
http://dvcs.w3.org/hg/html-media/raw-file/tip/media-source/media-source.html#dom-activesourcebuffers

The current implementation assumes that all added buffers are "active."  Once we support track selection, activeSourceBuffers should only return buffers for the selected tracks.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list