AVFoundation: Use CoreAnimation to render video to QVideoWidget
authorAndy Nichols <andy.nichols@digia.com>
Thu, 15 Aug 2013 13:08:35 +0000 (15:08 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Tue, 27 Aug 2013 12:16:10 +0000 (14:16 +0200)
commit51d0f852b9be9c5753e28e2bb4a7f2f6c35dc533
tree92fdcdc94ca120d33363d7b827b5c2f4e3fbf4f5
parent17a700292ad9289e8de199dc50b3e222ede42e1d
AVFoundation: Use CoreAnimation to render video to QVideoWidget

Previously a QGLWidget was used as a target for the
AVFVideoFrameRenderer.  This was uncessary as it is possible to render
directly on top of the QWidget using the CoreAnimation Framework.

Change-Id: I08923c85fd56c8874c1d8c187ae5145e220fab92
Reviewed-by: Richard Moe Gustavsen <richard.gustavsen@digia.com>
src/plugins/avfoundation/mediaplayer/avfvideoframerenderer.h
src/plugins/avfoundation/mediaplayer/avfvideoframerenderer.mm
src/plugins/avfoundation/mediaplayer/avfvideowidget.h
src/plugins/avfoundation/mediaplayer/avfvideowidget.mm
src/plugins/avfoundation/mediaplayer/avfvideowidgetcontrol.h
src/plugins/avfoundation/mediaplayer/avfvideowidgetcontrol.mm
src/plugins/avfoundation/mediaplayer/mediaplayer.pro