[webkit-dev] [WinCairo] : ENABLE_VIDEO => how to activate HTML5 video tag ?

Brent Fulgham bfulgham at apple.com
Tue Oct 15 09:05:19 PDT 2013


On Oct 14, 2013, at 8:29 PM, Justin Haygood <justin.haygood at reaktix.com> wrote:

> Would it be possible to use Media Foundation with a fall back? You can’t depend on Media Foundation even on Windows Vista+ anyway (N editions don’t have it), but it’s a COM API so you can detect that it is not available to use something else.

Sure. The media code currently has fallback support (at least in the Apple port) to cascade from AVFoundation back to QuickTime if needed.

The only downside is needing to provide implementations for each fallback path you want to support.

-Brent
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-dev/attachments/20131015/a4bee15c/attachment.html>


More information about the webkit-dev mailing list