diff options
Diffstat (limited to 'test/README')
-rw-r--r-- | test/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/README b/test/README index 72b44508..bd5aec9a 100644 --- a/test/README +++ b/test/README @@ -1,3 +1,11 @@ These are no substitute for xts, rendercheck and cairo-test-suite. They are intended to exercise corner cases in the batch management of long 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 + +# Planar YUV Xv tester +gst-launch-1.0 videotestsrc pattern=snow ! 'video/x-raw,format=I420,width=640,height=360' ! xvimagesin |