summaryrefslogtreecommitdiffstats
path: root/src/gsttools/qgstappsrc_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gsttools/qgstappsrc_p.h')
-rw-r--r--src/gsttools/qgstappsrc_p.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/gsttools/qgstappsrc_p.h b/src/gsttools/qgstappsrc_p.h
index c7e87037d..c1c8cdabe 100644
--- a/src/gsttools/qgstappsrc_p.h
+++ b/src/gsttools/qgstappsrc_p.h
@@ -104,16 +104,16 @@ private:
void sendEOS();
- QIODevice *m_stream;
- GstAppSrc *m_appSrc;
- bool m_sequential;
- GstAppStreamType m_streamType;
+ QIODevice *m_stream = nullptr;
+ GstAppSrc *m_appSrc = nullptr;
+ bool m_sequential = false;
+ GstAppStreamType m_streamType = GST_APP_STREAM_TYPE_RANDOM_ACCESS;
GstAppSrcCallbacks m_callbacks;
- qint64 m_maxBytes;
- unsigned int m_dataRequestSize;
- bool m_dataRequested;
- bool m_enoughData;
- bool m_forceData;
+ qint64 m_maxBytes = 0;
+ unsigned int m_dataRequestSize = ~0;
+ bool m_dataRequested = false;
+ bool m_enoughData = false;
+ bool m_forceData = false;
};
QT_END_NAMESPACE