summaryrefslogtreecommitdiffstats
path: root/src/multimedia/video
diff options
context:
space:
mode:
Diffstat (limited to 'src/multimedia/video')
-rw-r--r--src/multimedia/video/qvideosink.cpp1
1 files changed, 1 insertions, 0 deletions
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<QVideoFrame>();
}
QVideoSink::~QVideoSink()