summaryrefslogtreecommitdiff
path: root/gst/frei0r/gstfrei0rmixer.c
Commit message (Expand)AuthorAgeFilesLines
* frei0rmixer: replace accept-caps with caps queryThiago Santos2016-01-111-1/+5
* Improve and fix LATENCY query handlingSebastian Dröge2015-02-111-7/+9
* 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-192/+137
* replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts2012-09-141-1/+1
* collectpads: remove gst_collect_pads_add_pad_fullStefan Sauer2012-09-121-3/+3
* collectpads2: rename to collectpadsMark Nauwelaerts2012-04-171-19/+19
* Merge remote-tracking branch 'origin/master' into 0.11-premergeEdward Hervey2011-12-301-19/+23
|\
| * frei0r: port to GstCollectPads2Vincent Penquerc'h2011-12-151-19/+19
| * various: fix pad template ref leaksVincent Penquerc'h2011-11-281-0/+4
* | collectpads: port API changesStefan Sauer2011-11-171-3/+3
* | 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-6/+7
* frei0r: Sync properties to the controller if one was setSebastian Dröge2010-03-091-3/+19
* frei0r: Protect set/get property and processing functions from concurrent accessSebastian Dröge2010-03-091-0/+6
* frei0r: Fix compilation warnings.Julien Moutte2009-11-201-2/+6
* frei0r: Correctly clean up elements to be reusable and not leak memorySebastian Dröge2009-06-291-0/+8
* frei0r: In the mixer plugins create the frei0r instances in create() before p...Sebastian Dröge2009-06-291-12/+9
* frei0r: Make plugin scanning more robustSebastian Dröge2009-06-191-5/+0
* frei0r: Free type namesSebastian Dröge2009-06-191-1/+5
* frei0r: Unref the GstCollectPads instance on finalizeSebastian Dröge2009-06-191-0/+4
* freir0: Add support for frei0r mixer pluginsSebastian Dröge2009-06-191-0/+779