Allow plugins to override the QML VideoOutput type.
Move QDeclarativeVideoOutput to the private QtMultimediaQuickTools library to make the QDeclarativeVideoOutputBackend interface implementable by a plugin. Change-Id: I763c483a1fc9ec56dc7b8be0bc71523f029a36ee Reviewed-by: Yoann Lopes <yoann.lopes@digia.com>
This commit is contained in:
committed by
The Qt Project
parent
a52f552d42
commit
60fb11d9a2
@@ -3,13 +3,6 @@ QT += qml quick network multimedia-private qtmultimediaquicktools-private
|
||||
HEADERS += \
|
||||
qdeclarativeaudio_p.h \
|
||||
qdeclarativemediametadata_p.h \
|
||||
qdeclarativevideooutput_p.h \
|
||||
qdeclarativevideooutput_backend_p.h \
|
||||
qdeclarativevideooutput_render_p.h \
|
||||
qdeclarativevideooutput_window_p.h \
|
||||
qsgvideonode_i420.h \
|
||||
qsgvideonode_rgb.h \
|
||||
qsgvideonode_texture.h \
|
||||
qdeclarativeradio_p.h \
|
||||
qdeclarativeradiodata_p.h \
|
||||
qdeclarativecamera_p.h \
|
||||
@@ -25,12 +18,6 @@ HEADERS += \
|
||||
SOURCES += \
|
||||
multimedia.cpp \
|
||||
qdeclarativeaudio.cpp \
|
||||
qdeclarativevideooutput.cpp \
|
||||
qdeclarativevideooutput_render.cpp \
|
||||
qdeclarativevideooutput_window.cpp \
|
||||
qsgvideonode_i420.cpp \
|
||||
qsgvideonode_rgb.cpp \
|
||||
qsgvideonode_texture.cpp \
|
||||
qdeclarativeradio.cpp \
|
||||
qdeclarativeradiodata.cpp \
|
||||
qdeclarativecamera.cpp \
|
||||
|
||||
Reference in New Issue
Block a user