## SECTION=multimedia_gstreamer menuconfig GST_PLUGINS_BASE tristate select GLIB select LIBOIL select GSTREAMER select ALSA_LIB if GST_PLUGINS_BASE__ALSA select LIBVORBIS if GST_PLUGINS_BASE__VORBIS select LIBTHEORA if GST_PLUGINS_BASE__THEORA select PANGO if GST_PLUGINS_BASE__PANGO # x features need libx11 + Xv select XORG if GST_PLUGINS_BASE__X select XORG_LIB_X11 if GST_PLUGINS_BASE__X select XORG_LIB_XV if GST_PLUGINS_BASE__X prompt "gst-plugins-base " 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. This package contains the GStreamer plugins from the "base" set, an essential exemplary set of elements. if GST_PLUGINS_BASE comment "dependency less plugins" # ------------------------------- config GST_PLUGINS_BASE__ADDER bool prompt "adder" config GST_PLUGINS_BASE__AUDIOCONVERT bool prompt "audioconvert" config GST_PLUGINS_BASE__AUDIORATE bool prompt "audiorate" config GST_PLUGINS_BASE__AUDIORESAMPLE bool prompt "audioresample" config GST_PLUGINS_BASE__AUDIOTESTSRC bool prompt "audiotestsrc" config GST_PLUGINS_BASE__FFMPEGCOLORSPACE bool prompt "ffmpegcolorspace" config GST_PLUGINS_BASE__GDP bool prompt "gdp" config GST_PLUGINS_BASE__PLAYBACK bool prompt "playback" config GST_PLUGINS_BASE__SUBPARSE bool prompt "subparse" config GST_PLUGINS_BASE__TCP bool prompt "tcp" config GST_PLUGINS_BASE__TYPEFIND bool prompt "typefind" config GST_PLUGINS_BASE__VIDEOTESTSRC bool prompt "videotestsrc" config GST_PLUGINS_BASE__VIDEORATE bool prompt "videorate" config GST_PLUGINS_BASE__VIDEOSCALE bool prompt "videoscale" config GST_PLUGINS_BASE__VOLUME bool prompt "volume" comment "plugins with dependencies" config GST_PLUGINS_BASE__X bool prompt "x based plugins" config GST_PLUGINS_BASE__XVIDEO bool depends on GST_PLUGINS_BASE__X prompt "xv" help This plugin offers an xlib based window that can display a video stream. config GST_PLUGINS_BASE__XSHM bool depends on GST_PLUGINS_BASE__X prompt "xshm" config GST_PLUGINS_BASE__GST_V4L bool prompt "gst_v4l" config GST_PLUGINS_BASE__ALSA bool prompt "alsa" config GST_PLUGINS_BASE__CDPARANOIA bool depends on BROKEN prompt "cdparanoia" comment "cdpraranoia is broken" config GST_PLUGINS_BASE__GNOME_VFS bool depends on BROKEN prompt "gnome_vfs" comment "gnome_vfs is broken" config GST_PLUGINS_BASE__GIO bool depends on BROKEN prompt "gio" comment "gio is broken" config GST_PLUGINS_BASE__LIBVISUAL bool depends on BROKEN prompt "libvisual" comment "libvisual is broken" config GST_PLUGINS_BASE__OGG bool prompt "ogg" config GST_PLUGINS_BASE__PANGO bool prompt "pango" config GST_PLUGINS_BASE__THEORA bool prompt "theora" config GST_PLUGINS_BASE__VORBIS bool prompt "vorbis" endif