specify gst 0.10 in shell scripts

This commit is contained in:
Alexandre Quessy
2014-04-26 00:09:30 +01:00
parent 26873722c9
commit 12f1c3a667
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
gst-launch -e shmsrc socket-path=/tmp/test is-live=1 ! \
gst-launch-0.10 -e shmsrc socket-path=/tmp/test is-live=1 ! \
video/x-raw-yuv,format=\(fourcc\)I420,framerate=30/1,width=640,height=480 ! \
xvimagesink
+1 -1
View File
@@ -1,4 +1,4 @@
gst-launch -v videotestsrc ! \
gst-launch-0.10 -v videotestsrc ! \
'video/x-raw-yuv, width=640, height=480, framerate=30/1, format=(fourcc)I420' ! \
shmsink socket-path=/tmp/test shm-size=10000000 wait-for-connection=0