1,295
edits
DavidBolter (talk | contribs) |
(→Video) |
||
| Line 81: | Line 81: | ||
* Landed MediaStreams infrastructure on mozilla-central (roc). Currently the only exposed APIs are mozCaptureStream/mozCaptureStreamUntilEnded on media elements and the ability to set MediaStreams as the src of media elements, so you can route video/audio from one media element to another. Not that useful by itself, but a foundation to build other APIs on (getUserMedia, WebRTC, audio/video processing) etc. Next step is to land some processing functionality. | * Landed MediaStreams infrastructure on mozilla-central (roc). Currently the only exposed APIs are mozCaptureStream/mozCaptureStreamUntilEnded on media elements and the ability to set MediaStreams as the src of media elements, so you can route video/audio from one media element to another. Not that useful by itself, but a foundation to build other APIs on (getUserMedia, WebRTC, audio/video processing) etc. Next step is to land some processing functionality. | ||
* Not video, but Nick is going to land a patch to disable attempts to remove our exception handler that triggers breakpad. This may uncover latent crash spikes. | |||
==DOM== | ==DOM== | ||
edits