%general-entities; ]> $LastChangedBy$ $Date$ GStreamer Base Plug-ins-&gst-plugins-base-version; GStreamer Base Plug-ins Introduction to GStreamer Base Plug-ins The GStreamer Base Plug-ins is a well-groomed and well-maintained collection of GStreamer plug-ins and elements, spanning the range of possible types of elements one would want to write for GStreamer. It also contains helper libraries and base classes useful for writing elements. A wide range of video and audio decoders, encoders, and filters are included. Also see the , , , and packages. &lfs70_built; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &gst-plugins-base-md5sum; Download size: &gst-plugins-base-size; Estimated disk space required: &gst-plugins-base-buildsize; Estimated build time: &gst-plugins-base-time; GStreamer Base Plug-ins Dependencies Required , , and Optional , , , or (required to build the examples), , , libvisual, , , (gudev), , (required to run the unit regression tests), and Valgrind (optionally used during the unit regression tests) Optional (Required to Rebuild the API Documentation) and (compiled against an XML parser such as ). User Notes: Installation of GStreamer Base Plug-ins Install GStreamer Base Plug-ins by running the following commands: sed -i 's/\(.*gtkdoc-rebase --relative.* \)\(;.*\)/\1|| true\2/' \ docs/libs/Makefile.in && ./configure --prefix=/usr --with-gtk=3.0 && make To run the unit regression tests, issue: make check. There are many other Makefile targets you can specify for running the tests, issue make -C tests/check help to see the complete list. Now, as the root user: make install Command Explanations : This Makefile tests if gtkdoc-rebase is present, and only uses it if it is, but the test which gtk-doc is interpreted as an error by make if gtkdoc-rebase is not present. The sed command ensures the command is always regarded as successful. : This switch prevents the static libraries from being built. Contents Installed Programs Installed Libraries Installed Directories gst-visualise-0.10 libgst*.{so,a} and numerous GStreamer plugins /usr/include/gstreamer-0.10/gst/{too numerous to list} and /usr/share/gtk-doc/html/gst-plugins-base-libs-0.10 Short Descriptions gst-visualise-0.10 is used to run a basic GStreamer pipeline to display a graphical visualisation of an audio stream. gst-visualise-0.10