AVFoundation: Remove QVideoSurfaceCoreGraphicsPainter
authorAndy Nichols <nezticle@gmail.com>
Thu, 4 Apr 2013 13:34:00 +0000 (15:34 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Mon, 26 Aug 2013 12:24:29 +0000 (14:24 +0200)
commitd3531cb0cc41a901b11a02d41685532684511bbd
treea17b89e42f193d5d818777c96530e6f0c26a463d
parent9f15a98891bd59e56a237711949e94e0c5f13e88
AVFoundation: Remove QVideoSurfaceCoreGraphicsPainter

This was a leftover from Qt 4, as it is no longer possible to use the
CoreGraphics paint engine.  Instead we should just use the logic in
QPainterVideoSurface render the QVideoFrame.

Change-Id: I7e97fe7c30fd478dcd405d300e0c3f70050ca25f
Reviewed-by: Christian Stromme <christian.stromme@digia.com>
src/multimediawidgets/multimediawidgets.pro
src/multimediawidgets/qpaintervideosurface.cpp
src/multimediawidgets/qpaintervideosurface_mac.mm [deleted file]
src/multimediawidgets/qpaintervideosurface_mac_p.h [deleted file]