summaryrefslogtreecommitdiffstats
path: root/rules/gst-validate1.in
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2014-12-04 10:27:24 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2014-12-04 10:27:24 +0100
commitf4b0c95250ac7b8e953bef4e4eb8b9dfee6d1000 (patch)
treeb0709c13493c2a8ab4911dc364568419157cf8df /rules/gst-validate1.in
parent8bcbe3d38eadb46697787e1e4f17dad0e5d9d47d (diff)
downloadptxdist-f4b0c95250ac7b8e953bef4e4eb8b9dfee6d1000.tar.gz
ptxdist-f4b0c95250ac7b8e953bef4e4eb8b9dfee6d1000.tar.xz
gst-validate1: new package
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/gst-validate1.in')
-rw-r--r--rules/gst-validate1.in21
1 files changed, 21 insertions, 0 deletions
diff --git a/rules/gst-validate1.in b/rules/gst-validate1.in
new file mode 100644
index 000000000..fd8ae885b
--- /dev/null
+++ b/rules/gst-validate1.in
@@ -0,0 +1,21 @@
+## SECTION=multimedia_gstreamer1
+
+menuconfig GST_VALIDATE1
+ tristate
+ select GSTREAMER1
+ select GST_PLUGINS_BASE1
+ select PYTHON if RUNTIME
+ prompt "gst-validate "
+ help
+ GstValidate is a tool that allows GStreamer developers to check
+ that the GstElements they write behave the way they are supposed to.
+ It was first started to provide plug-ins developers with a tool to
+ check that they use the framework the proper way.
+
+if GST_VALIDATE1
+
+config GST_VALIDATE1_LAUNCHER
+ bool
+ prompt "install gst-validate-launcher"
+
+endif