[Bug 21606] Add direct assignment of MediaStream to media element

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

Harald Alvestrand <harald@alvestrand.no> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |harald@alvestrand.no

--- Comment #1 from Harald Alvestrand <harald@alvestrand.no> ---
Verifying consensus:

- The Media Capture and Streams spec should add a new component to the HTML
media element interface:

partial interface HTMLMediaElement {
  attribute MediaStream? srcObject;
}

- We keep the ObjectURL method for backwards compatibility

Someone (Mozilla, who's implemented this?) should state what the effect on src
is when srcObject is set, and vice versa.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.

Received on Tuesday, 28 May 2013 08:58:14 UTC