From f67cea4dd9c2ba44c85267962655235c6143a966 Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Thu, 18 Mar 2021 14:42:35 +0100 Subject: Fix QML video rendering Use the new QVideoSink class to get the video frames. Fix some APIs, so that we correctly connect VideoOutput and MediaPlayer. Change-Id: I65a0d045988c46a917f70dfb922c1bbdb32f6511 Reviewed-by: Doris Verria Reviewed-by: Lars Knoll --- src/multimedia/video/qvideosink.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/multimedia/video') diff --git a/src/multimedia/video/qvideosink.cpp b/src/multimedia/video/qvideosink.cpp index 931a4e5ab..c5ed5301c 100644 --- a/src/multimedia/video/qvideosink.cpp +++ b/src/multimedia/video/qvideosink.cpp @@ -84,6 +84,7 @@ QVideoSink::QVideoSink(QObject *parent) : QObject(parent), d(new QVideoSinkPrivate(this)) { + qRegisterMetaType(); } QVideoSink::~QVideoSink() -- cgit v1.2.3