summaryrefslogtreecommitdiffstats
path: root/src/gsttools/qgstreamervideoprobecontrol.cpp
diff options
context:
space:
mode:
authorVaL Doroshchuk <valentyn.doroshchuk@qt.io>2019-09-10 12:48:38 +0200
committerVaL Doroshchuk <valentyn.doroshchuk@qt.io>2019-09-10 14:40:46 +0200
commita1bf811b1dd287fbb75b6d27dbc163f15001e28f (patch)
tree39c9d599864689f812c29c980a35415ac9116fb8 /src/gsttools/qgstreamervideoprobecontrol.cpp
parentcb06ede8ba9a33adbbfdc690faa1a83be4e70b55 (diff)
GStreamer: Use member initialization
Change-Id: I96026828c357677c84e880ea85e6e82b8c0495c7 Reviewed-by: MÃ¥rten Nordheim <marten.nordheim@qt.io> Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io>
Diffstat (limited to 'src/gsttools/qgstreamervideoprobecontrol.cpp')
-rw-r--r--src/gsttools/qgstreamervideoprobecontrol.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gsttools/qgstreamervideoprobecontrol.cpp b/src/gsttools/qgstreamervideoprobecontrol.cpp
index e18da2b4d..f9ce4e412 100644
--- a/src/gsttools/qgstreamervideoprobecontrol.cpp
+++ b/src/gsttools/qgstreamervideoprobecontrol.cpp
@@ -44,8 +44,6 @@
QGstreamerVideoProbeControl::QGstreamerVideoProbeControl(QObject *parent)
: QMediaVideoProbeControl(parent)
- , m_flushing(false)
- , m_frameProbed(false)
{
}