From 39c269441421e1e61fbfc698b65f769db82cad56 Mon Sep 17 00:00:00 2001 From: Andrew den Exter Date: Thu, 17 Apr 2014 22:50:13 +1000 Subject: Add an EGLImageKHR video node. [ChangeLog] Added a VideoNode plugin which allows direct rendering of EGLImageKHR backed video frames. Change-Id: I36fb6fd27680dbe9c71a446bbd54df95488725f8 Reviewed-by: Yoann Lopes --- src/qtmultimediaquicktools/qdeclarativevideooutput_render.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/qtmultimediaquicktools/qdeclarativevideooutput_render.cpp') diff --git a/src/qtmultimediaquicktools/qdeclarativevideooutput_render.cpp b/src/qtmultimediaquicktools/qdeclarativevideooutput_render.cpp index 647732485..46dfc9468 100644 --- a/src/qtmultimediaquicktools/qdeclarativevideooutput_render.cpp +++ b/src/qtmultimediaquicktools/qdeclarativevideooutput_render.cpp @@ -321,7 +321,7 @@ QList QSGVideoItemSurface::supportedPixelFormats( bool QSGVideoItemSurface::start(const QVideoSurfaceFormat &format) { #ifdef DEBUG_VIDEOITEM - qDebug() << Q_FUNC_INFO << format; + qDebug() << Q_FUNC_INFO << format << supportedPixelFormats(format.handleType()); #endif if (!supportedPixelFormats(format.handleType()).contains(format.pixelFormat())) -- cgit v1.2.3