summaryrefslogtreecommitdiffstats
path: root/rules/gst-validate1.in
diff options
context:
space:
mode:
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