diff options
author | Ulf Hofemeier <ulf.hofemeier@intel.com> | 2012-11-02 11:11:05 -0700 |
---|---|---|
committer | Ulf Hofemeier <ulf.hofemeier@intel.com> | 2012-11-02 11:11:05 -0700 |
commit | 28b466c887ee2e3d52429ac9366e1adb56e92f6e (patch) | |
tree | 72a88f4da0bab66229e6ad673592c0bdc4b765bd | |
parent | f9e83ee217b08a13b259d71f0a3a8397cd6678fc (diff) | |
download | ivi-demo-config-28b466c887ee2e3d52429ac9366e1adb56e92f6e.tar.gz ivi-demo-config-28b466c887ee2e3d52429ac9366e1adb56e92f6e.tar.bz2 ivi-demo-config-28b466c887ee2e3d52429ac9366e1adb56e92f6e.zip |
Updating path to video files.submit/trunk/20121102.183059submit/trunk/20121102.181334
Change-Id: I4e80e129765443d4937d2830772e644f7d2e7fdb
-rw-r--r-- | packaging/start_video.sh | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/packaging/start_video.sh b/packaging/start_video.sh index c31cb6a..b256707 100644 --- a/packaging/start_video.sh +++ b/packaging/start_video.sh @@ -1,6 +1,6 @@ #!/bin/bash - 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 ; - gst-launch-0.10 filesrc location=/usr/share/sample-media/BigBuckBunny_512kb.mp4 ! qtdemux ! vaapidecode ! vaapisink fullscreen=true ; - gst-launch-0.10 filesrc location=/usr/share/sample-media/Rico_Star.mp4 ! qtdemux ! vaapidecode ! vaapisink fullscreen=true ; + gst-launch-0.10 filesrc location=/usr/share/sample-media/videos/Visual_Dreams_720.mp4 ! qtdemux ! vaapidecode ! vaapisink fullscreen=true ; + gst-launch-0.10 filesrc location=/usr/share/sample-media/videos/sintel_720.mp4 ! qtdemux ! vaapidecode ! vaapisink fullscreen=true ; + gst-launch-0.10 filesrc location=/usr/share/sample-media/videos/BigBuckBunny_512kb.mp4 ! qtdemux ! vaapidecode ! vaapisink fullscreen=true ; + gst-launch-0.10 filesrc location=/usr/share/sample-media/videos/Rico_Star.mp4 ! qtdemux ! vaapidecode ! vaapisink fullscreen=true ; |