summaryrefslogtreecommitdiffstats
path: root/src/modules/module-filter-apply.c
Commit message (Collapse)AuthorAgeFilesLines
* filter-apply: Make housekeeping optionalArun Raghavan2011-04-201-0/+14
| | | | | | | Adds an autoclean option (defaults to TRUE) that controls whether module-filter-apply cleans up unused modules or not. This is useful in cases where you know that a filter will be used often and thus can avoid overhead from repeated module load/unload.
* filter: Move the proplist defines into the central place and document them.Colin Guthrie2011-04-201-3/+0
|
* filter-apply: New module to automatically load filter sinks (and move ↵Colin Guthrie2011-04-181-0/+400
streams) based on sink-input property hints. This module does not yet deal with modules that need matched inputs/outputs (i.e. echo-cancel) but this will be added in due course.