summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbasicsuite/mediaplayer/main.qml1
-rw-r--r--videos/Qt_EnterpriseEmbedded_1080p.mp4bin0 -> 20613355 bytes
2 files changed, 1 insertions, 0 deletions
diff --git a/basicsuite/mediaplayer/main.qml b/basicsuite/mediaplayer/main.qml
index d8075c8..dfda2db 100755
--- a/basicsuite/mediaplayer/main.qml
+++ b/basicsuite/mediaplayer/main.qml
@@ -257,6 +257,7 @@ FocusScope {
function init() {
content.init()
+ content.openVideo("file://data/videos/Qt_EnterpriseEmbedded_1080p.mp4");
}
function openVideo() {
diff --git a/videos/Qt_EnterpriseEmbedded_1080p.mp4 b/videos/Qt_EnterpriseEmbedded_1080p.mp4
new file mode 100644
index 0000000..d3d7e62
--- /dev/null
+++ b/videos/Qt_EnterpriseEmbedded_1080p.mp4
Binary files differ