d3cc980903
Example usages can be found at [1]. [1] http://blogs.gnome.org/tsaunier/2014/04/21/gst-validate-a-suite-of-tools-to-run-integration-tests-for-gstreamer-2/ Signed-off-by: Peter Seiderer <ps.report@gmx.net> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Tested-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> [build test on minimal internal x86_64 toolchain] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
10 lines
283 B
Plaintext
10 lines
283 B
Plaintext
menuconfig BR2_PACKAGE_GST1_VALIDATE
|
|
bool "gst1-validate"
|
|
select BR2_PACKAGE_GST1_PLUGINS_BASE
|
|
help
|
|
GstValidate is a tool that allows GStreamer developers to
|
|
check that the GstElements they write behave the way they
|
|
are supposed to.
|
|
|
|
http://gstreamer.freedesktop.org/
|