summaryrefslogtreecommitdiffstats
path: root/rules/gst-validate1.in
diff options
context:
space:
mode:
authorPhilipp Zabel <p.zabel@pengutronix.de>2020-09-10 11:50:33 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2020-09-11 12:18:18 +0200
commit2b1ca1298ad53c46b3988de8f7f7649f73460425 (patch)
tree3d6ace6c25efc02163cbc6484d6974527727a3fe /rules/gst-validate1.in
parent3b2ce6a6d7c83859380ea1320136bb20e1120371 (diff)
downloadptxdist-2b1ca1298ad53c46b3988de8f7f7649f73460425.tar.gz
ptxdist-2b1ca1298ad53c46b3988de8f7f7649f73460425.tar.xz
gst-devtools1: new package, replaces gst-validate1
The gst-devtools1 package includes gst-validate, which is not released separately anymore. Replace the gst-validate1 package and add a config migration helper. Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de> Message-Id: <20200910095034.655-10-p.zabel@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/gst-validate1.in')
-rw-r--r--rules/gst-validate1.in29
1 files changed, 0 insertions, 29 deletions
diff --git a/rules/gst-validate1.in b/rules/gst-validate1.in
deleted file mode 100644
index 0a429e2b6..000000000
--- a/rules/gst-validate1.in
+++ /dev/null
@@ -1,29 +0,0 @@
-## SECTION=multimedia_gstreamer1
-
-menuconfig GST_VALIDATE1
- tristate
- select GSTREAMER1
- select GST_PLUGINS_BASE1
- select JSON_GLIB
- select CAIRO if GST_VALIDATE1_VIDEO
- select CAIRO_PNG if GST_VALIDATE1_VIDEO
- select PYTHON3 if GST_VALIDATE1_LAUNCHER
- select PYTHON3_SSL if GST_VALIDATE1_LAUNCHER
- 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_VIDEO
- bool
- prompt "install video plugins and tools"
-
-config GST_VALIDATE1_LAUNCHER
- bool
- prompt "install gst-validate-launcher"
-
-endif