summaryrefslogtreecommitdiffstats
path: root/rules/gst-validate1.in
blob: a11da5a6cd2c1abc2f7642ffa995031028173423 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
## 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
	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