From 5b57edae2aaca50d0c2642908046ad21ef956720 Mon Sep 17 00:00:00 2001 From: sanevala Date: Tue, 12 Feb 2013 12:13:01 +0200 Subject: Video has ended UI say tap to stop. Loop video infinetely so tap to stop & start state is correct. Change-Id: I56af6eb00fcc7811cc25099df3c7fa47f429a3e6 Reviewed-by: Andy Nichols --- examples/multimedia/video/qmlvideo/qml/qmlvideo/VideoItem.qml | 1 + 1 file changed, 1 insertion(+) 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) { -- cgit v1.2.3