summaryrefslogtreecommitdiffstats
path: root/src/multimedia
diff options
context:
space:
mode:
authorVaL Doroshchuk <valentyn.doroshchuk@qt.io>2018-09-13 09:46:17 +0200
committerVaL Doroshchuk <valentyn.doroshchuk@qt.io>2018-09-25 13:27:09 +0000
commitbeed240a9e1707932e9c4efa1b0a19daa1827e60 (patch)
tree0cedc29a1cc18598c5731305366c8b230c05aa0f /src/multimedia
parentcac5f507e1f84c99c7627129eaeba4a52231d2e3 (diff)
Gstreamer: Fix undeclared identifier QGstVideoRendererSink in 0.10 ver
Task-number: QTBUG-70465 Change-Id: I6af46cb8de0b40dc41aaa0b999faf68d102c7b48 Reviewed-by: Christian Stromme <christian.stromme@qt.io>
Diffstat (limited to 'src/multimedia')
-rw-r--r--src/multimedia/gsttools_headers/qvideosurfacegstsink_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/multimedia/gsttools_headers/qvideosurfacegstsink_p.h b/src/multimedia/gsttools_headers/qvideosurfacegstsink_p.h
index 034af39fc..961cf91d2 100644
--- a/src/multimedia/gsttools_headers/qvideosurfacegstsink_p.h
+++ b/src/multimedia/gsttools_headers/qvideosurfacegstsink_p.h
@@ -139,6 +139,7 @@ public:
GstVideoSink parent;
static QVideoSurfaceGstSink *createSink(QAbstractVideoSurface *surface);
+ static void setSurface(QAbstractVideoSurface *surface) { Q_UNUSED(surface); }
private:
static GType get_type();