summaryrefslogtreecommitdiff
path: root/gst/frei0r/gstfrei0rmixer.c
AgeCommit message (Expand)AuthorFilesLines
2012-09-29frei0r: fix plugin loading for frei0r elements that have no info.explanationTim-Philipp Müller1-1/+5
2012-09-28frei0r: Port to 1.0Nicolas Dufresne1-192/+137
2012-09-14replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts1-1/+1
2012-09-12collectpads: remove gst_collect_pads_add_pad_fullStefan Sauer1-3/+3
2012-04-17collectpads2: rename to collectpadsMark Nauwelaerts1-19/+19
2011-12-30Merge remote-tracking branch 'origin/master' into 0.11-premergeEdward Hervey1-19/+23
2011-12-15frei0r: port to GstCollectPads2Vincent Penquerc'h1-19/+19
2011-11-28various: fix pad template ref leaksVincent Penquerc'h1-0/+4
2011-11-17collectpads: port API changesStefan Sauer1-3/+3
2011-11-04controller: port to new controller location and apiStefan Sauer1-1/+1
2010-09-25frei0r: Fix scanning of plugin subdirectories and support different vendorsSebastian Dröge1-3/+6
2010-07-11frei0r: Use correct order of directories to search for pluginsSebastian Dröge1-6/+7
2010-03-09frei0r: Sync properties to the controller if one was setSebastian Dröge1-3/+19
2010-03-09frei0r: Protect set/get property and processing functions from concurrent accessSebastian Dröge1-0/+6
2009-11-20frei0r: Fix compilation warnings.Julien Moutte1-2/+6
2009-06-29frei0r: Correctly clean up elements to be reusable and not leak memorySebastian Dröge1-0/+8
2009-06-29frei0r: In the mixer plugins create the frei0r instances in create() before p...Sebastian Dröge1-12/+9
2009-06-19frei0r: Make plugin scanning more robustSebastian Dröge1-5/+0
2009-06-19frei0r: Free type namesSebastian Dröge1-1/+5
2009-06-19frei0r: Unref the GstCollectPads instance on finalizeSebastian Dröge1-0/+4
2009-06-19freir0: Add support for frei0r mixer pluginsSebastian Dröge1-0/+779