Age | Commit message (Collapse) | Author | Files | Lines |
|
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.
|
|
|
|
|
|
|
|
- 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
|
|
Replace port index arrays with a struct for holding more information
than just indices (e.g. groups).
|
|
LV2 plugins, short of any surprises, should work with the same basic
functionality as LADSPA plugins.
|
|
- 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
|