summaryrefslogtreecommitdiffstats
path: root/src/plugins/directshow/common/directshowvideoprobecontrol.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/directshow/common/directshowvideoprobecontrol.h')
-rw-r--r--src/plugins/directshow/common/directshowvideoprobecontrol.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/plugins/directshow/common/directshowvideoprobecontrol.h b/src/plugins/directshow/common/directshowvideoprobecontrol.h
index 458263234..57839f8d3 100644
--- a/src/plugins/directshow/common/directshowvideoprobecontrol.h
+++ b/src/plugins/directshow/common/directshowvideoprobecontrol.h
@@ -55,8 +55,11 @@ public:
bool ref() { return m_ref.ref(); }
bool deref() { return m_ref.deref(); }
+ void probeVideoFrame(const QVideoFrame &frame);
+ void flushVideoFrame();
private:
QAtomicInt m_ref;
+ bool m_frameProbed = false;
};
QT_END_NAMESPACE