summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsanevala <samuel.nevala@digia.com>2013-02-12 12:21:33 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-02-19 13:50:45 +0100
commit3d4980312fb08974b040ef7a892576a33a2a23d9 (patch)
treeca2e83ca98a0dbbbf43c390bc48a76e80197f8e1
parent7f1934362318e4c3ab6cdbdc2f71a8355d74202d (diff)
Loop video infinetely on qmlvideofx.
Change-Id: I40e444e75f0fd08860920b78b5b5ff190bce9ae9 Reviewed-by: Andy Nichols <andy.nichols@digia.com>
-rw-r--r--examples/multimedia/video/qmlvideofx/qml/qmlvideofx/ContentVideo.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/multimedia/video/qmlvideofx/qml/qmlvideofx/ContentVideo.qml b/examples/multimedia/video/qmlvideofx/qml/qmlvideofx/ContentVideo.qml
index 7fea1f68c..be09f7ea5 100644
--- a/examples/multimedia/video/qmlvideofx/qml/qmlvideofx/ContentVideo.qml
+++ b/examples/multimedia/video/qmlvideofx/qml/qmlvideofx/ContentVideo.qml
@@ -51,6 +51,7 @@ VideoOutput {
id: mediaPlayer
autoPlay: true
volume: 0.5
+ loops: Audio.Infinite
}
function play() { mediaPlayer.play() }