Initial implementation of QML2 VideoOutput element
Change-Id: I5ed00433fe5e993086ae1698b7344c8d60a5f0f6 Reviewed-on: http://codereview.qt.nokia.com/2727 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Gunnar Sletta <gunnar.sletta@nokia.com> Reviewed-by: Jonas Rabbe <jonas.rabbe@nokia.com> Reviewed-by: Michael Goddard <michael.goddard@nokia.com>
This commit is contained in:
committed by
Qt by Nokia
parent
e70ebfd2ed
commit
abee3a6548
@@ -12,11 +12,20 @@ HEADERS += \
|
||||
qdeclarativeaudio_p.h \
|
||||
qdeclarativemediabase_p.h \
|
||||
qdeclarativemediametadata_p.h \
|
||||
qdeclarativevideooutput_p.h \
|
||||
qsgvideonode_p.h \
|
||||
qsgvideonode_i420.h \
|
||||
qsgvideonode_rgb32.h \
|
||||
|
||||
|
||||
SOURCES += \
|
||||
multimedia.cpp \
|
||||
qdeclarativeaudio.cpp \
|
||||
qdeclarativemediabase.cpp \
|
||||
qdeclarativevideooutput.cpp \
|
||||
qsgvideonode.cpp \
|
||||
qsgvideonode_i420.cpp \
|
||||
qsgvideonode_rgb32.cpp \
|
||||
|
||||
disabled {
|
||||
HEADERS += \
|
||||
|
||||
Reference in New Issue
Block a user