summaryrefslogtreecommitdiffstats
path: root/examples/multimedia/video/mediaplayer/main.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Use SPDX license identifiersLucie Gérard2022-06-281-49/+2
| | | | | | | | | | | | Replace the current license disclaimer in files by a SPDX-License-Identifier. License files are organized under LICENSES directory. Task-number: QTBUG-67283 Change-Id: Ida08dfe6c84778656e942178c3d39042c9ef1ed2 Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io> (cherry picked from commit e9abd242abfbc368478f7be3e2923e7b100a9386) Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
* Allow passing a media file as command line argument to the mediaplayerLars Knoll2021-09-061-6/+21
| | | | | | | | | It's often convenient to be able to pass the file to play back on the command line to the QML based mediaplayer. Pick-to: 6.2 Change-Id: I1b77184a614cb6a32a7243e242b99fcdc1bae300 Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io>
* Remove QT_VERSION_CHECK from examplesKai Köhne2021-08-121-5/+0
| | | | | | | | | | We can always assume that the example is built with at least the current Qt version it is shipped with. Everything else is not supported. Pick-to: 6.2 Change-Id: I1cd58c976f6916de7bc4465741f2820c30d73b33 Reviewed-by: Lars Knoll <lars.knoll@qt.io>
* Add an example media player written in QMLPiotr Srebrny2021-06-031-0/+74
Change-Id: I98c35b3888701f94efaf58b3ab6c08c39943bdf8 Reviewed-by: Lars Knoll <lars.knoll@qt.io>