summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGareth Stockwell <ext-gareth.stockwell@nokia.com>2012-03-09 14:52:49 +0000
committerQt by Nokia <qt-info@nokia.com>2012-03-12 07:36:01 +0100
commite42e467af4fe6984ac74269a2b256e7016004f28 (patch)
tree39d2a589a154d342a89dc6abffdbe07cc1d3f5a0
parentd6cc6e393f69892fffaa47861bcb4e8e638eef9b (diff)
Updated qmlvideofx to use MediaPlayer.autoPlay instead of playing
Change-Id: Iee9066a6c7fcddbe6054e9c505b24e478f63cb4d Reviewed-by: Michael Goddard <michael.goddard@nokia.com>
-rw-r--r--examples/video/qmlvideofx/qml/qmlvideofx/ContentVideo.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/video/qmlvideofx/qml/qmlvideofx/ContentVideo.qml b/examples/video/qmlvideofx/qml/qmlvideofx/ContentVideo.qml
index 4af416eaf..4487ff61f 100644
--- a/examples/video/qmlvideofx/qml/qmlvideofx/ContentVideo.qml
+++ b/examples/video/qmlvideofx/qml/qmlvideofx/ContentVideo.qml
@@ -49,7 +49,7 @@ VideoOutput {
MediaPlayer {
id: mediaPlayer
- playing: true
+ autoPlay: true
volume: 0.5
}