test/README: Add missing trailing characters from cut'n'paste
When copying the command from the terminal I failed to highlight the last character. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
parent
ab01c1211e
commit
92b37783eb
|
|
@ -5,7 +5,7 @@ drawing commands and more explicit checking of the acceleration paths.
|
|||
Useful tools:
|
||||
|
||||
# Packed YUV Xv tester
|
||||
gst-launch-1.0 videotestsrc pattern=snow ! 'video/x-raw,format=UYVY,width=640,height=360' ! xvimagesin
|
||||
gst-launch-1.0 videotestsrc pattern=snow ! 'video/x-raw,format=UYVY,width=640,height=360' ! xvimagesink
|
||||
|
||||
# Planar YUV Xv tester
|
||||
gst-launch-1.0 videotestsrc pattern=snow ! 'video/x-raw,format=I420,width=640,height=360' ! xvimagesin
|
||||
gst-launch-1.0 videotestsrc pattern=snow ! 'video/x-raw,format=I420,width=640,height=360' ! xvimagesink
|
||||
|
|
|
|||
Loading…
Reference in New Issue