diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2014-09-01 15:05:05 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2014-09-01 15:05:05 +0100 |
commit | 92b37783eb2e9166efd82325f14d05de6a082081 (patch) | |
tree | 657248f3b64d5a8017b998f7085232aac112a7ee /test | |
parent | ab01c1211e40f788fb2970ad03930bbaa92e58d4 (diff) |
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>
Diffstat (limited to 'test')
-rw-r--r-- | test/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/README b/test/README index bd5aec9a..1bb3d7df 100644 --- a/test/README +++ b/test/README @@ -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 |