1 menuconfig BR2_PACKAGE_GST1_PLUGINS_UGLY
2 bool "gst1-plugins-ugly"
3 select BR2_PACKAGE_GST1_PLUGINS_BASE
5 A set of well-supported plug-ins for GStreamer, but might pose
6 problems for distributors.
8 http://gstreamer.freedesktop.org/
10 if BR2_PACKAGE_GST1_PLUGINS_UGLY
12 comment "dependency-less plugins"
14 config BR2_PACKAGE_GST1_PLUGINS_UGLY_PLUGIN_ASFDEMUX
17 Demuxes and muxes audio and video in Microsofts ASF format
19 config BR2_PACKAGE_GST1_PLUGINS_UGLY_PLUGIN_DVDLPCMDEC
22 Decode DVD LPCM frames into standard PCM
24 config BR2_PACKAGE_GST1_PLUGINS_UGLY_PLUGIN_DVDSUB
27 DVD subtitle parser and decoder
29 config BR2_PACKAGE_GST1_PLUGINS_UGLY_PLUGIN_XINGMUX
32 Add XING tags to mpeg audio files
34 config BR2_PACKAGE_GST1_PLUGINS_UGLY_PLUGIN_REALMEDIA
37 RealMedia support plugins
39 comment "plugins with external dependencies (there may be more available)"
41 config BR2_PACKAGE_GST1_PLUGINS_UGLY_PLUGIN_DVDREAD
43 select BR2_PACKAGE_LIBDVDREAD
45 Access a DVD with dvdread
47 config BR2_PACKAGE_GST1_PLUGINS_UGLY_PLUGIN_LAME
48 bool "lame (*.mp3 audio encoder)"
49 select BR2_PACKAGE_LAME
53 config BR2_PACKAGE_GST1_PLUGINS_UGLY_PLUGIN_MAD
54 bool "mad (*.mp3 audio)"
55 select BR2_PACKAGE_LIBID3TAG
56 select BR2_PACKAGE_LIBMAD
58 mp3 decoding based on the mad library
60 config BR2_PACKAGE_GST1_PLUGINS_UGLY_PLUGIN_MPG123
61 bool "mpg123 (*.mp3 audio)"
62 select BR2_PACKAGE_MPG123
64 mp3 decoding based on the mpg123 library
66 config BR2_PACKAGE_GST1_PLUGINS_UGLY_PLUGIN_MPEG2DEC
68 select BR2_PACKAGE_LIBMPEG2
72 config BR2_PACKAGE_GST1_PLUGINS_UGLY_PLUGIN_X264
74 select BR2_PACKAGE_X264
78 # Note: to get descriptions use the following.
79 # # find . -name 'plugin-*.xml' | xargs grep -m 1 description