## SECTION=multimedia_gstreamer11 menuconfig GSTREAMER11 tristate prompt "gstreamer " select LIBC_M select GLIB select HOST_FLEX 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. if GSTREAMER11 comment "compile options" config GSTREAMER11_DEBUG bool prompt "debug support" config GSTREAMER11_CMDLINEPARSER bool prompt "commandline parser" config GSTREAMER11_OPTIONPARSING bool prompt "option parsing when gst init" comment "install options" config GSTREAMER11_INSTALL_TYPEFIND bool prompt "install gst-typefind" config GSTREAMER11_INSTALL_INSPECT bool prompt "install gst-inspect" config GSTREAMER11_INSTALL_LAUNCH bool depends on GSTREAMER11_CMDLINEPARSER prompt "install gst-launch" endif