summaryrefslogtreecommitdiffstats
path: root/gst/frei0r/gstfrei0r.c
AgeCommit message (Collapse)AuthorFilesLines
2009-06-19frei0r: Make plugin scanning more robustSebastian Dröge1-0/+20
2009-06-19frei0r: Make sure to only register plugins that have valid propert typesSebastian Dröge1-0/+15
2009-06-19freir0: Add support for frei0r mixer pluginsSebastian Dröge1-6/+7
2009-06-19frei0r: Add support for frei0r source/generator pluginsSebastian Dröge1-0/+3
2009-06-19frei0r: Allow the complete double range for double propertiesSebastian Dröge1-1/+1
The spec restricts it to [0,1] but some plugins are using the complete double range.
2009-06-19frei0r: Use better property nicksSebastian Dröge1-4/+17
2009-06-19frei0r: First version of a frei0r wrapper pluginSebastian Dröge1-0/+546
Currently this only supports frei0r filters.