summaryrefslogtreecommitdiffstats
path: root/src/gsttools/qgstreamervideoinputdevicecontrol_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gsttools/qgstreamervideoinputdevicecontrol_p.h')
-rw-r--r--src/gsttools/qgstreamervideoinputdevicecontrol_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gsttools/qgstreamervideoinputdevicecontrol_p.h b/src/gsttools/qgstreamervideoinputdevicecontrol_p.h
index b660cc7b3..9d8dffd72 100644
--- a/src/gsttools/qgstreamervideoinputdevicecontrol_p.h
+++ b/src/gsttools/qgstreamervideoinputdevicecontrol_p.h
@@ -83,9 +83,9 @@ public Q_SLOTS:
void setSelectedDevice(int index) override;
private:
- GstElementFactory *m_factory;
+ GstElementFactory *m_factory = nullptr;
- int m_selectedDevice;
+ int m_selectedDevice = 0;
};
QT_END_NAMESPACE