summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@qt.io>2021-09-20 11:33:29 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-09-21 10:34:14 +0000
commite92c867e805202defce668f170fb47526dc31305 (patch)
tree5b00838afb2686c13248fcbddf192145231ecc92 /examples
parentf51cbe3c64c6991fdef0335ba346688b0c2f72af (diff)
Fix the MediaPlayer docs
Remove all properties that don't exist in Qt 6. Move the QML docs into qmediaplayer.cpp, add docs for some missing methods and document the AudioInput and AudioOutput QML types. Fixes: QTBUG-96641 Fixes: QTBUG-96653 Task-number: QTBUG-95066 Change-Id: I8c2339d85cf06ae39f8baf7f44543e961e01c433 Reviewed-by: Nicholas Bennett <nicholas.bennett@qt.io> (cherry picked from commit 627c0df99cd2bd5e0c66bf8b904bb9dc82f1ea98) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'examples')
-rw-r--r--examples/multimedia/video/android/gstreamer/main.qml2
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/multimedia/video/android/gstreamer/main.qml b/examples/multimedia/video/android/gstreamer/main.qml
index 8e41d6c1d..c4663cb9a 100644
--- a/examples/multimedia/video/android/gstreamer/main.qml
+++ b/examples/multimedia/video/android/gstreamer/main.qml
@@ -61,8 +61,6 @@ ApplicationWindow {
Video {
id: video
anchors.fill: parent
- autoPlay: true
- autoLoad: true
source: "gst-pipeline: videotestsrc ! qtvideosink"
}