summaryrefslogtreecommitdiffstats
path: root/src/multimedia/camera/qcamera_p.h
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@qt.io>2021-03-03 16:15:49 +0100
committerLars Knoll <lars.knoll@qt.io>2021-03-16 07:47:37 +0000
commit1bea27313706796bfb454276637604d718164f1e (patch)
tree3c20c8b283d230b3907601a2a89670e04112fcd2 /src/multimedia/camera/qcamera_p.h
parent0393fc2967b361b4f9194cd841a0144fe42fd3f6 (diff)
Starting point for reworking the architecture for media capture
Rename the capture backend class to QPlatformMediaCaptureSession. We'll soon rename QMediaRecorder to QMediaCaptureSession and then start splitting up the class. Change-Id: I7ba079fd80af9516a2e80238f550b5e44abb3246 Reviewed-by: Lars Knoll <lars.knoll@qt.io> Reviewed-by: Doris Verria <doris.verria@qt.io>
Diffstat (limited to 'src/multimedia/camera/qcamera_p.h')
-rw-r--r--src/multimedia/camera/qcamera_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/multimedia/camera/qcamera_p.h b/src/multimedia/camera/qcamera_p.h
index cacd17b75..5ef2566a4 100644
--- a/src/multimedia/camera/qcamera_p.h
+++ b/src/multimedia/camera/qcamera_p.h
@@ -58,7 +58,7 @@
QT_BEGIN_NAMESPACE
class QPlatformCamera;
-class QPlatformMediaCapture;
+class QPlatformMediaCaptureSession;
class QCameraPrivate : public QObjectPrivate
{
@@ -75,7 +75,7 @@ public:
void clear();
- QPlatformMediaCapture *captureInterface = nullptr;
+ QPlatformMediaCaptureSession *captureInterface = nullptr;
QPlatformCamera *control = nullptr;
QCameraExposure *cameraExposure = nullptr;