On Oct 14, 2013, at 8:29 PM, Justin Haygood <[email protected]> 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
_______________________________________________
webkit-dev mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-dev