blob: 9906dbd3ba464e0ffcd5d8b0ebbbcbc229034b43 (
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
|
menuconfig BR2_PACKAGE_GST_PLUGINS_GOOD
bool "gst-plugins-good"
depends on BR2_PACKAGE_GSTREAMER
select BR2_PACKAGE_GST_PLUGINS_BASE
help
A set of well-supported plug-ins for GStreamer under the preferred
license.
http://gstreamer.freedesktop.org/
if BR2_PACKAGE_GST_PLUGINS_GOOD
comment "dependency-less plugins"
config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_VIDEOFILTER
bool "videofilter"
config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_ALPHA
bool "alpha"
config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_APETAG
bool "apetag"
config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_AUDIOFX
bool "audiofx"
config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_AUPARSE
bool "auparse"
config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_AUTODETECT
bool "autodetect"
config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_AVI
bool "avi (*.avi video)"
default y
config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_CUTTER
bool "cutter"
config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_DEBUG
bool "debug"
config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_EFFECTV
bool "effectv"
config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_EQUALIZER
bool "equalizer"
config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_ID3DEMUX
bool "id3demux (*.mp3 audio)"
config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_ICYDEMUX
bool "icydemux"
config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_INTERLEAVE
bool "interleave"
config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_FLX
bool "flx"
config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_GOOM
bool "goom"
config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_GOOM2K1
bool "goom2k1"
config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_LAW
bool "law"
config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_LEVEL
bool "level"
config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_MATROSKA
bool "matroska"
select BR2_PACKAGE_BZIP2
select BR2_PACKAGE_ZLIB
config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_MONOSCOPE
bool "monoscope"
config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_MULTIFILE
bool "multifile"
config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_MULTIPART
bool "multipart"
config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_QTDEMUX
bool "qtdemux"
config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_REPLAYGAIN
bool "replaygain"
config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_RTP
bool "rtp"
config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_RTSP
bool "rtsp"
config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_SMPTE
bool "smpte"
config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_SPECTRUM
bool "spectrum"
config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_UDP
bool "udp"
config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_VIDEOBOX
bool "videobox"
config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_VIDEOCROP
bool "videocrop"
config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_VIDEOMIXER
bool "videomixer"
config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_WAVENC
bool "wavenc"
config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_WAVPARSE
bool "wavparse (*.wav audio)"
default y
comment "plugins with external dependencies (more to come)"
config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_ANNODEX
bool "annodex (XML Library)"
default y
config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_ESD
bool "esdsink (ESounD sound daemon)"
config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_JPEG
bool "jpeg (JPEG support)"
select BR2_PACKAGE_JPEG
default y
config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_OSS
bool "ossaudio (OSS audio)"
config BR2_PACKAGE_GST_PLUGINS_GOOD_PLUGIN_PNG
bool "png (PNG support)"
select BR2_PACKAGE_LIBPNG
default y
endif
|