aboutsummaryrefslogtreecommitdiffstats
path: root/GUIModel/Map/Map.qml
diff options
context:
space:
mode:
authorNaoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>2022-12-10 10:33:06 +0900
committerNaoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>2023-11-26 20:11:47 +0900
commit35c1c5fe90629bfca76b82fc5b6180fa18cf648b (patch)
treeda6dc2e70034c67450eab291c9dcf28122e90eda /GUIModel/Map/Map.qml
parenta16c6201be94a57eb8151a91699084d99694877c (diff)
Remove map movie from cluster-refgui
The cluster-refgui include big map move for GUI demonstration. But it does not use in cluster-refgui. This patch remove map movie from repositry. Bug-AGL: SPEC-4991 Change-Id: Ieebf7a78a281feb0f4075d09374dd3905b6f4eb6 Signed-off-by: Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>
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