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:
committed by
Qt by Nokia
parent
d7ed7ef6b3
commit
b7f4b2decb
@@ -11,7 +11,8 @@ HEADERS += \
|
||||
$$PWD/mfvideorenderercontrol.h \
|
||||
$$PWD/mfaudioendpointcontrol.h \
|
||||
$$PWD/mfmetadatacontrol.h \
|
||||
$$PWD/mfaudioprobecontrol.h
|
||||
$$PWD/mfaudioprobecontrol.h \
|
||||
$$PWD/mfvideoprobecontrol.h
|
||||
|
||||
SOURCES += \
|
||||
$$PWD/mfplayerservice.cpp \
|
||||
@@ -20,7 +21,8 @@ SOURCES += \
|
||||
$$PWD/mfvideorenderercontrol.cpp \
|
||||
$$PWD/mfaudioendpointcontrol.cpp \
|
||||
$$PWD/mfmetadatacontrol.cpp \
|
||||
$$PWD/mfaudioprobecontrol.cpp
|
||||
$$PWD/mfaudioprobecontrol.cpp \
|
||||
$$PWD/mfvideoprobecontrol.cpp
|
||||
|
||||
!isEmpty(QT.widgets.name):!simulator {
|
||||
HEADERS += $$PWD/evr9videowindowcontrol.h
|
||||
|
||||
Reference in New Issue
Block a user