summaryrefslogtreecommitdiffstats
path: root/src/qtmultimediaquicktools
diff options
context:
space:
mode:
authorAndrew den Exter <andrew.den.exter@jollamobile.com>2014-04-17 22:50:13 +1000
committerYoann Lopes <yoann.lopes@digia.com>2014-07-18 16:03:52 +0200
commit39c269441421e1e61fbfc698b65f769db82cad56 (patch)
treef257195b0bf1a86430d04f12ac522c8c6185c2e7 /src/qtmultimediaquicktools
parent888759e334e81117843afb6d0f8991db8aec5ca8 (diff)
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 <yoann.lopes@digia.com>
Diffstat (limited to 'src/qtmultimediaquicktools')
-rw-r--r--src/qtmultimediaquicktools/qdeclarativevideooutput_render.cpp2
1 files changed, 1 insertions, 1 deletions
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<QVideoFrame::PixelFormat> 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()))