xref: /OK3568_Linux_fs/buildroot/package/gstreamer1/gst1-plugins-ugly/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunmenuconfig BR2_PACKAGE_GST1_PLUGINS_UGLY
2*4882a593Smuzhiyun	bool "gst1-plugins-ugly"
3*4882a593Smuzhiyun	select BR2_PACKAGE_GST1_PLUGINS_BASE
4*4882a593Smuzhiyun	help
5*4882a593Smuzhiyun	  A set of well-supported plug-ins for GStreamer, but might pose
6*4882a593Smuzhiyun	  problems for distributors.
7*4882a593Smuzhiyun
8*4882a593Smuzhiyun	  https://gstreamer.freedesktop.org/
9*4882a593Smuzhiyun
10*4882a593Smuzhiyunif BR2_PACKAGE_GST1_PLUGINS_UGLY
11*4882a593Smuzhiyun
12*4882a593Smuzhiyuncomment "dependency-less plugins"
13*4882a593Smuzhiyun
14*4882a593Smuzhiyunconfig BR2_PACKAGE_GST1_PLUGINS_UGLY_PLUGIN_ASFDEMUX
15*4882a593Smuzhiyun	bool "asfdemux"
16*4882a593Smuzhiyun	help
17*4882a593Smuzhiyun	  Demuxes and muxes audio and video in Microsofts ASF format
18*4882a593Smuzhiyun
19*4882a593Smuzhiyunconfig BR2_PACKAGE_GST1_PLUGINS_UGLY_PLUGIN_DVDLPCMDEC
20*4882a593Smuzhiyun	bool "dvdlpcmdec"
21*4882a593Smuzhiyun	help
22*4882a593Smuzhiyun	  Decode DVD LPCM frames into standard PCM
23*4882a593Smuzhiyun
24*4882a593Smuzhiyunconfig BR2_PACKAGE_GST1_PLUGINS_UGLY_PLUGIN_DVDSUB
25*4882a593Smuzhiyun	bool "dvdsub"
26*4882a593Smuzhiyun	help
27*4882a593Smuzhiyun	  DVD subtitle parser and decoder
28*4882a593Smuzhiyun
29*4882a593Smuzhiyunconfig BR2_PACKAGE_GST1_PLUGINS_UGLY_PLUGIN_REALMEDIA
30*4882a593Smuzhiyun	bool "realmedia"
31*4882a593Smuzhiyun	help
32*4882a593Smuzhiyun	  RealMedia support plugins
33*4882a593Smuzhiyun
34*4882a593Smuzhiyuncomment "plugins with external dependencies (there may be more available)"
35*4882a593Smuzhiyun
36*4882a593Smuzhiyunconfig BR2_PACKAGE_GST1_PLUGINS_UGLY_PLUGIN_DVDREAD
37*4882a593Smuzhiyun	bool "dvdread"
38*4882a593Smuzhiyun	select BR2_PACKAGE_LIBDVDREAD
39*4882a593Smuzhiyun	help
40*4882a593Smuzhiyun	  Access a DVD with dvdread
41*4882a593Smuzhiyun
42*4882a593Smuzhiyunconfig BR2_PACKAGE_GST1_PLUGINS_UGLY_PLUGIN_MPEG2DEC
43*4882a593Smuzhiyun	bool "mpeg2dec"
44*4882a593Smuzhiyun	select BR2_PACKAGE_LIBMPEG2
45*4882a593Smuzhiyun	help
46*4882a593Smuzhiyun	  LibMpeg2 decoder
47*4882a593Smuzhiyun
48*4882a593Smuzhiyunconfig BR2_PACKAGE_GST1_PLUGINS_UGLY_PLUGIN_X264
49*4882a593Smuzhiyun	bool "x264"
50*4882a593Smuzhiyun	select BR2_PACKAGE_X264
51*4882a593Smuzhiyun	help
52*4882a593Smuzhiyun	  x264 encoder
53*4882a593Smuzhiyun
54*4882a593Smuzhiyun# Note: to get descriptions use the following.
55*4882a593Smuzhiyun# # find . -name 'plugin-*.xml' | xargs grep -m 1 description
56*4882a593Smuzhiyunendif
57