]> code.ossystems Code Review - openembedded-core.git/commit
recipes-multimedia/gstreamer: Add gst-validate recipe
authorAníbal Limón <anibal.limon@linaro.org>
Tue, 12 Dec 2017 17:11:14 +0000 (11:11 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 2 Jan 2018 17:24:13 +0000 (17:24 +0000)
commit4f61c35e4ad03ed9e4661f1f33ec8a7d17dd2457
treed99029acbf1149f43db45a54266a23fe079ca80c
parenteee3ec805cf150f1c701427a2d182a537a67e8f5
recipes-multimedia/gstreamer: Add gst-validate recipe

The gst-validate is a tool to run integration tests of Gstreamer
components [1].

This tool can be used along with gst-integration-testsuites (scenarios
and media) [2] to test Gstreamer components on the target device.

An example of test using gst-integration-testsuites:

$ gst-validate-launcher --sync # get [2] uses git and git-annex
$ gst-validate-launcher

or

$ gst-validate-launcher -nd # needs xserver-xorg-xvfb to run wo DISPLAY

[1]
https://blogs.gnome.org/tsaunier/2014/04/21/gst-validate-a-suite-of-tools-to-run-integration-tests-for-gstreamer-2/
[2] https://cgit.freedesktop.org/gstreamer/gst-integration-testsuites

Signed-off-by: Aníbal Limón <anibal.limon@linaro.org>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-multimedia/gstreamer/gst-validate_1.12.3.bb [new file with mode: 0644]