diff --git a/examples/multimedia/video/qmlvideo/qml/qmlvideo/VideoItem.qml b/examples/multimedia/video/qmlvideo/qml/qmlvideo/VideoItem.qml index b04636ae..1f790949 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) {