summaryrefslogtreecommitdiffstats
path: root/gst-libs/gst/signalprocessor/gstsignalprocessor.c
AgeCommit message (Collapse)AuthorFilesLines
2009-08-12Multi-channel support with channel positions.Dave Robillard1-1/+7
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 Robillard1-14/+114
2009-06-25Eliminate use of static mono pad template.Dave Robillard1-7/+4
2009-05-03Strip trailing whitespace.Dave Robillard1-1/+1
2009-05-03Working LV2 plugin discovery.Dave Robillard1-0/+1024
- 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