Introducing Windows Runtime backend
authorAndrew Knight <andrew.knight@digia.com>
Wed, 20 Aug 2014 19:14:04 +0000 (22:14 +0300)
committerMaurice Kalinowski <maurice.kalinowski@digia.com>
Mon, 25 Aug 2014 14:05:14 +0000 (16:05 +0200)
commit5d04ed2a0a02e483196bd88ca059b7cfcb52a6ac
treeb9fbcaef504236be82ab9c51e075f2301e1f2f71
parent2732e2388732d2cb50c4e0ec420b48b556c1fac2
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>
src/plugins/plugins.pro
src/plugins/winrt/qwinrtserviceplugin.cpp [new file with mode: 0644]
src/plugins/winrt/qwinrtserviceplugin.h [new file with mode: 0644]
src/plugins/winrt/winrt.json [new file with mode: 0644]
src/plugins/winrt/winrt.pro [new file with mode: 0644]