aboutsummaryrefslogtreecommitdiffstats
path: root/GUIModel/Map/Map.qml
diff options
context:
space:
mode:
Diffstat (limited to 'GUIModel/Map/Map.qml')
-rw-r--r--GUIModel/Map/Map.qml8
1 files changed, 0 insertions, 8 deletions
diff --git a/GUIModel/Map/Map.qml b/GUIModel/Map/Map.qml
index f7a4243..d9ab347 100644
--- a/GUIModel/Map/Map.qml
+++ b/GUIModel/Map/Map.qml
@@ -46,14 +46,6 @@ Item {
id: mapParts
visible:false
anchors.fill: parent
- Video {
- id: mapVideo
- autoLoad: true
- anchors.fill: parent
- visible: true
- loops: MediaPlayer.Infinite
- source: "gst-pipeline: filesrc location=" + CurDirPath + "/map_movie.mp4 ! decodebin ! videoconvert ! qtvideosink"
- }
Item{
id:mapMask