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>
This commit is contained in:
committed by
The Qt Project
parent
339fda0ca9
commit
e747d4c0cd
@@ -50,6 +50,7 @@
|
||||
#include "camerabinflash.h"
|
||||
#include "camerabinfocus.h"
|
||||
#include "camerabinlocks.h"
|
||||
#include "camerabinzoom.h"
|
||||
#endif
|
||||
|
||||
#include "camerabinimageprocessing.h"
|
||||
@@ -162,6 +163,7 @@ CameraBinSession::CameraBinSession(QObject *parent)
|
||||
m_cameraFlashControl = new CameraBinFlash(this);
|
||||
m_cameraFocusControl = new CameraBinFocus(this);
|
||||
m_cameraLocksControl = new CameraBinLocks(this);
|
||||
m_cameraZoomControl = new CameraBinZoom(this);
|
||||
#endif
|
||||
m_imageProcessingControl = new CameraBinImageProcessing(this);
|
||||
m_captureDestinationControl = new CameraBinCaptureDestination(this);
|
||||
|
||||
Reference in New Issue
Block a user