mirror of
https://github.com/mapmapteam/mapmap.git
synced 2026-06-16 12:33:19 +02:00
specify gst 0.10 in shell scripts
This commit is contained in:
@@ -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,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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user