summaryrefslogtreecommitdiffstats
path: root/rules/gstreamer1.in
blob: 9fea4a9030b660eedd542d3378faedd5f9fe670c (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
32
33
34
35
36
37
## SECTION=multimedia_gstreamer1

menuconfig GSTREAMER1
	tristate
	prompt "gstreamer                     "
	select LIBC_M
	select LIBUNWIND
	select GLIB
	select HOST_GLIB
	select HOST_FLEX
	select GOBJECT_INTROSPECTION	if GSTREAMER1_INTROSPECTION
	help
	  GStreamer is a streaming media framework, based on graphs of
	  filters which operate on media data. Applications using this
	  library can do anything from real-time sound processing to
	  playing videos, and just about anything else
	  media-related. Its plugin-based architecture means that new
	  data types or processing capabilities can be added simply by
	  installing new plug-ins.

if GSTREAMER1

	config GSTREAMER1_INTROSPECTION
		bool
		default GOBJECT_INTROSPECTION_HELPER

	config GSTREAMER1_DEBUG
		bool
		default y
		prompt "enable debug support"

	config GSTREAMER1_INSTALL_TOOLS
		bool
		default y
		prompt "install tools"
endif