summaryrefslogtreecommitdiffstats
path: root/src/plugins/gstreamer/camerabin/camerabincapturebufferformat.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/gstreamer/camerabin/camerabincapturebufferformat.h')
-rw-r--r--src/plugins/gstreamer/camerabin/camerabincapturebufferformat.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/plugins/gstreamer/camerabin/camerabincapturebufferformat.h b/src/plugins/gstreamer/camerabin/camerabincapturebufferformat.h
index 96af6c7fb..a6cdc5297 100644
--- a/src/plugins/gstreamer/camerabin/camerabincapturebufferformat.h
+++ b/src/plugins/gstreamer/camerabin/camerabincapturebufferformat.h
@@ -59,10 +59,10 @@ public:
CameraBinCaptureBufferFormat(CameraBinSession *session);
virtual ~CameraBinCaptureBufferFormat();
- QList<QVideoFrame::PixelFormat> supportedBufferFormats() const;
+ QList<QVideoFrame::PixelFormat> supportedBufferFormats() const override;
- QVideoFrame::PixelFormat bufferFormat() const;
- void setBufferFormat(QVideoFrame::PixelFormat format);
+ QVideoFrame::PixelFormat bufferFormat() const override;
+ void setBufferFormat(QVideoFrame::PixelFormat format) override;
private:
CameraBinSession *m_session;