summaryrefslogtreecommitdiffstats
path: root/src/gsttools/qgstreamerbufferprobe.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gsttools/qgstreamerbufferprobe.cpp')
-rw-r--r--src/gsttools/qgstreamerbufferprobe.cpp8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/gsttools/qgstreamerbufferprobe.cpp b/src/gsttools/qgstreamerbufferprobe.cpp
index f420290ce..d95de4c63 100644
--- a/src/gsttools/qgstreamerbufferprobe.cpp
+++ b/src/gsttools/qgstreamerbufferprobe.cpp
@@ -43,13 +43,7 @@
QT_BEGIN_NAMESPACE
QGstreamerBufferProbe::QGstreamerBufferProbe(Flags flags)
-#if GST_CHECK_VERSION(1,0,0)
- : m_capsProbeId(-1)
-#else
- : m_caps(0)
-#endif
- , m_bufferProbeId(-1)
- , m_flags(flags)
+ : m_flags(flags)
{
}