mirror of
https://github.com/mapmapteam/mapmap.git
synced 2026-06-16 12:33:19 +02:00
Merge branch 'master' of github.com:libremapping/libremapping
Conflicts: MapperGLCanvas.cpp
This commit is contained in:
Executable
+5
@@ -0,0 +1,5 @@
|
||||
gst-launch -e shmsrc socket-path=/tmp/test is-live=1 ! \
|
||||
video/x-raw-yuv,format=\(fourcc\)I420,framerate=30/1,width=640,height=480 ! \
|
||||
xvimagesink
|
||||
|
||||
|
||||
Executable
+5
@@ -0,0 +1,5 @@
|
||||
gst-launch -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