summaryrefslogtreecommitdiffstats
path: root/rules/gst-devtools1.in
blob: 9afffdcd2efaff19f63903822129b53384f8a5d7 (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
29
30
31
## SECTION=multimedia_gstreamer1

menuconfig GST_DEVTOOLS1
	tristate
	select HOST_MESON
	select GSTREAMER1
	select GSTREAMER1_CHECK
	select GST_PLUGINS_BASE1
	select JSON_GLIB
	select CAIRO		if GST_DEVTOOLS1_VIDEO
	select CAIRO_PNG	if GST_DEVTOOLS1_VIDEO
	select PYTHON3		if GST_DEVTOOLS1_VALIDATE_LAUNCHER
	select PYTHON3_SSL	if GST_DEVTOOLS1_VALIDATE_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_DEVTOOLS1

config GST_DEVTOOLS1_VIDEO
	bool
	prompt "install video plugins and tools"

config GST_DEVTOOLS1_VALIDATE_LAUNCHER
	bool
	prompt "install gst-validate-launcher"

endif