summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2014-08-29 09:52:51 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2014-08-29 09:55:49 +0100
commit8f584f83dc8440f0cbec7db3ed8a071d4896c25a (patch)
tree2e7b77465a6ee294f01b6169eeafd88283dee09e
parent69d584c6acdcd645ee4cc4892e56940d2d4074f6 (diff)
tests: Add a couple of gstreamer pipeline hints
Having worked out how to use gstreamer, record the pipelines for posterity. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
-rw-r--r--test/README8
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