Updated qmlvideofx to use MediaPlayer.autoPlay instead of playing
authorGareth Stockwell <ext-gareth.stockwell@nokia.com>
Fri, 9 Mar 2012 14:52:49 +0000 (14:52 +0000)
committerQt by Nokia <qt-info@nokia.com>
Mon, 12 Mar 2012 06:36:01 +0000 (07:36 +0100)
Change-Id: Iee9066a6c7fcddbe6054e9c505b24e478f63cb4d
Reviewed-by: Michael Goddard <michael.goddard@nokia.com>
examples/video/qmlvideofx/qml/qmlvideofx/ContentVideo.qml

index 4af416eaf2af9981321a8f791ed23e4e153ab093..4487ff61f4be19f751d3c9195a795d71279065d0 100644 (file)
@@ -49,7 +49,7 @@ VideoOutput {
 
     MediaPlayer {
         id: mediaPlayer
-        playing: true
+        autoPlay: true
         volume: 0.5
     }