summaryrefslogtreecommitdiff
path: root/gst/frei0r/gstfrei0rfilter.c
Commit message (Expand)AuthorAgeFilesLines
* frei0rfilter: fix memory corruption on sink caps changes.Mathieu Duponchelle2014-03-111-0/+10
* Fix FSF addressTim-Philipp Müller2012-11-041-2/+2
* frei0r: fix plugin loading for frei0r elements that have no info.explanationTim-Philipp Müller2012-09-291-1/+5
* frei0r: Port to 1.0Nicolas Dufresne2012-09-281-8/+17
* replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts2012-09-141-1/+1
* controller: port to new controller location and apiStefan Sauer2011-11-041-1/+1
* frei0r: Fix scanning of plugin subdirectories and support different vendorsSebastian Dröge2010-09-251-3/+6
* frei0r: Use correct order of directories to search for pluginsSebastian Dröge2010-07-111-5/+6
* frei0r: Sync properties to the controller if one was setSebastian Dröge2010-03-091-0/+22
* frei0r: Protect set/get property and processing functions from concurrent accessSebastian Dröge2010-03-091-1/+7
* frei0r: Correctly clean up elements to be reusable and not leak memorySebastian Dröge2009-06-291-0/+2
* frei0r: In the filter plugins create the frei0r instances in create() before ...Sebastian Dröge2009-06-291-13/+10
* frei0r: Use fixed caps on the filter padsSebastian Dröge2009-06-291-0/+2
* frei0r: Make plugin scanning more robustSebastian Dröge2009-06-191-5/+0
* frei0r: Remove custom get_unit_size implementationSebastian Dröge2009-06-191-16/+0
* frei0r: Fix the klass of the filter elementsSebastian Dröge2009-06-191-1/+1
* frei0r: Free type namesSebastian Dröge2009-06-191-1/+5
* freir0: Add support for frei0r mixer pluginsSebastian Dröge2009-06-191-0/+3
* frei0r: Add the frei0r plugin type to the element nameSebastian Dröge2009-06-191-1/+1
* frei0r: First version of a frei0r wrapper pluginSebastian Dröge2009-06-191-0/+255