diff options
Diffstat (limited to 'packaging/start_video.sh')
-rw-r--r-- | packaging/start_video.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packaging/start_video.sh b/packaging/start_video.sh index 9edcb42..1ac9d47 100644 --- a/packaging/start_video.sh +++ b/packaging/start_video.sh @@ -2,7 +2,7 @@ #while true ; # do # gst-launch-0.10 playbin2 uri=file:///root/videos/The_Magic_of_Flight_720p.mp4 ; - gst-launch-0.10 filesrc location=/root/videos/The_Magic_of_Flight_720p.mp4 ! qtdemux ! vaapidecode ! vaapisink fullscreen=true ; - gst-launch-0.10 filesrc location=/root/videos/SuperSpeedway_720p.mp4 ! qtdemux ! vaapidecode ! vaapisink fullscreen=true ; + gst-launch-0.10 filesrc location=/usr/share/sample-media/Visual_Dreams_720.mp4 ! qtdemux ! vaapidecode ! vaapisink fullscreen=true ; + gst-launch-0.10 filesrc location=/usr/share/sample-media/sintel_720.mp4 ! qtdemux ! vaapidecode ! vaapisink fullscreen=true ; #done |