GStreamer: fixed build when using GST_PHOTOGRAPHY.
authorYoann Lopes <yoann.lopes@digia.com>
Thu, 28 Feb 2013 14:28:56 +0000 (15:28 +0100)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Thu, 28 Feb 2013 15:50:37 +0000 (16:50 +0100)
commite747d4c0cd09c0874c7a268b06dd45fadb1111aa
tree794bde338cacb942d7f2f5cb8f0e42949d910b7b
parent339fda0ca9d622f3525b58e91dbf78f65b44bcc2
GStreamer: fixed build when using GST_PHOTOGRAPHY.

CameraBinExposure was reimplementing the Qt4 version of
QCameraExposureControl instead of the refactored version of Qt5.
Zoom features were still handled in CameraBinFocus but these have been
moved to their own control in Qt5.

Task-number: QTBUG-29300

Change-Id: I0c71cac6011137bc5457f0d362da44c72039004a
Reviewed-by: Christian Stromme <christian.stromme@digia.com>
12 files changed:
src/plugins/gstreamer/camerabin/camerabin.pro
src/plugins/gstreamer/camerabin/camerabinexposure.cpp
src/plugins/gstreamer/camerabin/camerabinexposure.h
src/plugins/gstreamer/camerabin/camerabinfocus.cpp
src/plugins/gstreamer/camerabin/camerabinfocus.h
src/plugins/gstreamer/camerabin/camerabinimageprocessing.cpp
src/plugins/gstreamer/camerabin/camerabinimageprocessing.h
src/plugins/gstreamer/camerabin/camerabinservice.cpp
src/plugins/gstreamer/camerabin/camerabinsession.cpp
src/plugins/gstreamer/camerabin/camerabinsession.h
src/plugins/gstreamer/camerabin/camerabinzoom.cpp [new file with mode: 0644]
src/plugins/gstreamer/camerabin/camerabinzoom.h [new file with mode: 0644]