summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--examples/multimedia/video/qmlvideo/qml/qmlvideo/VideoItem.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/multimedia/video/qmlvideo/qml/qmlvideo/VideoItem.qml b/examples/multimedia/video/qmlvideo/qml/qmlvideo/VideoItem.qml
index b04636ae1..1f7909490 100644
--- a/examples/multimedia/video/qmlvideo/qml/qmlvideo/VideoItem.qml
+++ b/examples/multimedia/video/qmlvideo/qml/qmlvideo/VideoItem.qml
@@ -62,6 +62,7 @@ VideoOutput {
MediaPlayer {
id: mediaPlayer
autoLoad: false
+ loops: Audio.Infinite
onError: {
if (MediaPlayer.NoError != error) {