summaryrefslogtreecommitdiffstats
path: root/examples/multimedia/video/qmlvideo/qml/qmlvideo/VideoItem.qml
diff options
context:
space:
mode:
authorTarja Sundqvist <tarja.sundqvist@qt.io>2024-01-04 21:21:58 +0200
committerTarja Sundqvist <tarja.sundqvist@qt.io>2024-01-04 21:21:58 +0200
commit374d71e29a142bd177cd5b1b7e29a4628085ddcb (patch)
tree2d0835a2f06d74ff5d750667c4c84bf88f537afb /examples/multimedia/video/qmlvideo/qml/qmlvideo/VideoItem.qml
parent5197ff9e91cabd90700cf0d36fb5e9e5793d7097 (diff)
parent8d17f204d8aa06f03b5cc17764db28e959073c2a (diff)
Merge remote-tracking branch 'origin/tqtc/lts-5.15.13' into tqtc/lts-5.15-opensourcev5.15.13-lts-lgpl
Diffstat (limited to 'examples/multimedia/video/qmlvideo/qml/qmlvideo/VideoItem.qml')
-rw-r--r--examples/multimedia/video/qmlvideo/qml/qmlvideo/VideoItem.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/multimedia/video/qmlvideo/qml/qmlvideo/VideoItem.qml b/examples/multimedia/video/qmlvideo/qml/qmlvideo/VideoItem.qml
index 8372acb7e..6614863ec 100644
--- a/examples/multimedia/video/qmlvideo/qml/qmlvideo/VideoItem.qml
+++ b/examples/multimedia/video/qmlvideo/qml/qmlvideo/VideoItem.qml
@@ -71,7 +71,7 @@ VideoOutput {
MediaPlayer {
id: mediaPlayer
autoLoad: false
- loops: Audio.Infinite
+ loops: MediaPlayer.Infinite
onError: {
if (MediaPlayer.NoError != error) {