# GstFilters - Gstreamer convenience library [[GstFilters|GstFilters]] is a high level library that provides a convenience API on top of Gstreamer. It allows building complex pipelines with very few lines of code and concentrates on the features you want rather than on each element's specific task. The library provides a set of "filter" objects that can be applied to a pad in a pipeline and will build and link [[GstElements|GstElements]] to it. A [[GstFilterManager|GstFilterManager]] object is also provided which acts like a chained list representation of your pipeline where you can insert dynamically any filter. This library is not meant to replace GStreamer, it is meant to help build pipelines more easily, and a filter does not represent an element or a bin, it's more like a "element creator and linker" class, which can be applied as many times as you want in different pipelines. It is useful for application developers who do not want to deal with the complexities of GStreamer when their needs do not require the use of the full feature set of the GStreamer. This API was born from an R&D project on [[Farstream|Software/Farstream]] and since its uses not being limited to VoIP, the library was born as a standalone project. [[GstFilters|GstFilters]] is written in C/Glib and uses GObjects extensively. Python bindings are available for [[GstFilters|GstFilters]]. This project is sponsored by [[[[!img http://www.collabora.com/]|http://www.collabora.com/]] ## License [[GstFilters|GstFilters]] is licensed under the [[GNU Lesser General Public License, version 2.1|http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html]] or later. ## Documentation The API documentation is available for [[here|http://www.freedesktop.org/software/farstream/apidoc/gstfilters]]. For an in-depth explanation on what it does, how to use it and the concept behind it, you can watch the video presentation about [[GstFilters|GstFilters]] at the GStreamer conference 2011 available [[here|http://gstconf.ubicast.tv/videos/gstreamer-and-farsight/]] ([[Slides|http://people.collabora.com/~kakaroto/gstfilters-talk-2011.pdf]]) --- ## Git repositories [[Browse|http://cgit.collabora.com/git/gstreamer-filters.git/]] the [[GstFilters|GstFilters]] development tree. Fetch it using: git clone git://git.collabora.co.uk/git/gstreamer-filters.git --- ## Releases [[http://freedesktop.org/software/farstream/releases/gstfilters|http://freedesktop.org/software/farstream/releases/gstfilters]] --- ## Mailing list and IRC You can reach the developers and other users of [[GstFilters|GstFilters]] on the [[Farstream|Farstream]] [[mailing list|http://lists.freedesktop.org/mailman/listinfo/farstream-devel]] or in the #farstream channel on [[freenode|http://freenode.net/]]. --- ## Misc Pages and Links Please report bugs in the [[freedesktop.org bugzilla|https://bugs.freedesktop.org/enter_bug.cgi?product=Farstream]]. ---