summaryrefslogtreecommitdiffstats
path: root/gst-libs/gst/signalprocessor
AgeCommit message (Collapse)AuthorFilesLines
2009-08-12Multi-channel support with channel positions.Dave Robillard2-2/+10
This queries port roles from the LV2 data and converts it into GStreamer channel positions. This should allow any type of multi-channel plugin (including beyond stereo, e.g. surround) to work fine in GStreamer, and with elements that require channel positions to be explicitly stated.
2009-07-03Working multi-channel pads for LV2 plugins.Dave Robillard2-20/+137
2009-06-25Eliminate use of static mono pad template.Dave Robillard1-7/+4
2009-05-03Strip trailing whitespace.Dave Robillard2-3/+3
2009-05-03Working LV2 plugin discovery.Dave Robillard4-0/+1163
- Separate gstsignalprocessor into a separate library (not sure if this is in the right place, but it works for now anyway) - Create LV2 element based on LADSPA element, port most discovery functionality