## SECTION=multimedia_gstreamer1 menuconfig GST_PLUGINS_UGLY1 tristate select HOST_MESON select GLIB select GSTREAMER1 select GST_PLUGINS_BASE1 select ORC if GST_PLUGINS_UGLY1_A52DEC select LIBMPEG2 if GST_PLUGINS_UGLY1_MPEG2DEC prompt "gst-plugins-ugly " help GStreamer Ugly Plug-ins is a set of plug-ins that have good quality and correct functionality, but distributing them might pose problems. The license on either the plug-ins or the supporting libraries might not be how we'd like. The code might be widely known to present patent problems. if GST_PLUGINS_UGLY1 comment "dependency-less plugins" config GST_PLUGINS_UGLY1_ASFDEMUX bool prompt "asfdemux" config GST_PLUGINS_UGLY1_DVDLPCMDEC bool prompt "dvdlpcmdec" config GST_PLUGINS_UGLY1_DVDSUB bool prompt "dvdsub" config GST_PLUGINS_UGLY1_REALMEDIA bool prompt "realmedia" config GST_PLUGINS_UGLY1_XINGMUX bool prompt "xingmux" comment "plugins with dependencies" config GST_PLUGINS_UGLY1_A52DEC bool # needs liba52 depends on BROKEN prompt "a52dec" help Dolby Digital (AC-3) audio decoder plugin config GST_PLUGINS_UGLY1_AMRNB bool # needs opencore-amrnb depends on BROKEN prompt "amrnb" help Adaptive Multi-Rate Narrow-Band audio codec plugin config GST_PLUGINS_UGLY1_AMRWBDEC bool # needs opencore-amrwb depends on BROKEN prompt "amrwbdec" help Adaptive Multi-Rate Wide-Band audio decoder plugin config GST_PLUGINS_UGLY1_CDIO bool # needs libcdio depends on BROKEN prompt "cdio" help CD audio source plugin config GST_PLUGINS_UGLY1_DVDREAD bool # needs glib & dvdread depends on BROKEN prompt "dvdread" help DVD video source plugin config GST_PLUGINS_UGLY1_MPEG2DEC bool prompt "mpeg2dec" help MPEG 2 video decoder plugin config GST_PLUGINS_UGLY1_SIDPLAY bool # needs sidplay depends on BROKEN prompt "sidplay" help Commodore 64 audio decoder plugin config GST_PLUGINS_UGLY1_X264 bool # needs x264 depends on BROKEN prompt "x264" help H.264 video encoder plugin endif