[Bug 17002] Specify a mechanism to determine which SourceBuffer an AudioTrack,VideoTrack, or TextTrack belong to.

https://www.w3.org/Bugs/Public/show_bug.cgi?id=17002

Adrian Bateman [MSFT] <adrianba@microsoft.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
         Depends on|18960                       |
                 OS|Windows 3.1                 |All

--- Comment #9 from Adrian Bateman [MSFT] <adrianba@microsoft.com> ---
(In reply to comment #8)
> From
> http://lists.w3.org/Archives/Public/public-html-media/2012Sep/0025.html:
>
> 6. Should I change the proposed fix to Bug 17002 to the following so the
>
> solution is independent of the id field?
> 
> partial interface MediaSource
> {
>   SourceBuffer? getSourceBuffer(VideoTrack videoTrack);
>  
> SourceBuffer? getSourceBuffer(AudioTrack audioTrack);
>   SourceBuffer?
> getSourceBuffer(TextTrack textTrack);
> }

Discussed at TPAC F2F. We will use the object based methods described here.
This removes the dependency on bug 18960.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Tuesday, 4 December 2012 15:54:52 UTC