Introducing Windows Runtime backend

This lays the foundation for using supported APIs in Media Foundation
for the Windows Runtime family of devies. Due to the narrowing of
supported MF classes, as well as classes that are only available on
Windows 8 and newer, this backend is built as a new plugin rather than
a modification to the existing wmf plugin.

[ChangeLog] Added a new backend plugin, winrt, to support multimedia
within Windows Runtime OSes.

Change-Id: If64ac417127b7400baa5e56fe02b65f909a4dece
Reviewed-by: Maurice Kalinowski <maurice.kalinowski@digia.com>
Reviewed-by: Yoann Lopes <yoann.lopes@digia.com>
This commit is contained in:
Andrew Knight
2014-08-20 22:14:04 +03:00
committed by Maurice Kalinowski
parent 2732e23887
commit 5d04ed2a0a
5 changed files with 148 additions and 0 deletions

View File

@@ -29,6 +29,10 @@ win32:!winrt {
config_wmf: SUBDIRS += wmf
}
winrt {
SUBDIRS += winrt
}
unix:!mac:!android {
config_gstreamer {
SUBDIRS += gstreamer