Merge branch 'master' of github.com:libremapping/libremapping

Conflicts:
	MapperGLCanvas.cpp
This commit is contained in:
Tats
2013-11-24 10:35:35 -05:00
2 changed files with 10 additions and 0 deletions
+5
View File
@@ -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
+5
View File
@@ -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