summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@qt.io>2021-04-13 13:12:07 +0200
committerLars Knoll <lars.knoll@qt.io>2021-04-16 11:00:53 +0000
commit24e4fb4cbcb73c2268b3232e5704bcc32e7f6a23 (patch)
treee5a69fd914a20b61ddfe47c5ec6bfc026cfebb76 /examples
parent516fcd10d203fb02eb067b3911fcbf507693059b (diff)
Get rid of QDeclarativeAudio
The class was a wrapper class for QMediaPlayer used for the MediaPlayer and Audio QML types. Remove it, as QMediaPlayer can be exposed directly. Change-Id: I46a13741ceb170db57c8bb54b7a922e483eab537 Reviewed-by: Lars Knoll <lars.knoll@qt.io> Reviewed-by: Doris Verria <doris.verria@qt.io>
Diffstat (limited to 'examples')
-rw-r--r--examples/multimedia/video/qmlvideo/qml/qmlvideo/VideoItem.qml2
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/multimedia/video/qmlvideo/qml/qmlvideo/VideoItem.qml b/examples/multimedia/video/qmlvideo/qml/qmlvideo/VideoItem.qml
index a98ee2b30..2b9324679 100644
--- a/examples/multimedia/video/qmlvideo/qml/qmlvideo/VideoItem.qml
+++ b/examples/multimedia/video/qmlvideo/qml/qmlvideo/VideoItem.qml
@@ -69,8 +69,6 @@ VideoOutput {
MediaPlayer {
id: mediaPlayer
- autoLoad: false
- loops: Audio.Infinite
videoOutput: root;
onError: {