Videoprobe implementation for wmf backend.

Change-Id: Ia597af428764229a76c0059ae7a57eb302aee63d
Reviewed-by: Dmytro Poplavskiy <dmytro.poplavskiy@nokia.com>
Reviewed-by: Michael Goddard <michael.goddard@nokia.com>
This commit is contained in:
Lev Zelenskiy
2012-07-19 14:38:45 +10:00
committed by Qt by Nokia
parent d7ed7ef6b3
commit b7f4b2decb
9 changed files with 1139 additions and 9 deletions

View File

@@ -19,13 +19,15 @@ HEADERS += \
wmfserviceplugin.h \
mfstream.h \
sourceresolver.h \
samplegrabber.h
samplegrabber.h \
mftvideo.h
SOURCES += \
wmfserviceplugin.cpp \
mfstream.cpp \
sourceresolver.cpp \
samplegrabber.cpp
samplegrabber.cpp \
mftvideo.cpp
include (player/player.pri)
include (decoder/decoder.pri)