Add autoOrientation property to QDeclarativeVideoOutput

The autoOrientation property is a flag to switch on/off
automatic rotation of the video output, depending on the
current screen orientation, to always show the output
upright. This is useful when the VideoOutput is used as
viewfinder for a Camera.

Change-Id: I72753888592dc59c9adaa3343bfec8b168343229
Reviewed-by: Thomas McGuire <thomas.mcguire@kdab.com>
Reviewed-by: Andy Nichols <andy.nichols@digia.com>
This commit is contained in:
Tobias Koenig
2013-02-26 12:00:43 +01:00
committed by The Qt Project
parent 954bb7b960
commit 18dbfc2538
7 changed files with 219 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
TARGET = QtMultimedia
QT = core-private network gui
QT = core-private network gui-private
QMAKE_DOCS = $$PWD/doc/qtmultimedia.qdocconf