diff options
author | Steve Baker <steve@stevebaker.org> | 2002-04-20 13:57:00 +0000 |
---|---|---|
committer | Steve Baker <steve@stevebaker.org> | 2002-04-20 13:57:00 +0000 |
commit | ba7bac3955e6f8fd8ee433104ad1255fb4b13035 (patch) | |
tree | 3141304e54085472d4eed3bbce59fb1438541130 /debian | |
parent | 6d7ff825697d8f26c1ff12076a0669107f6e159a (diff) | |
download | gst-plugins-bad-ba7bac3955e6f8fd8ee433104ad1255fb4b13035.tar.gz gst-plugins-bad-ba7bac3955e6f8fd8ee433104ad1255fb4b13035.tar.bz2 gst-plugins-bad-ba7bac3955e6f8fd8ee433104ad1255fb4b13035.zip |
A fairly large reworking of the ladspa _get, _chain and _loop funcs. highlights are:
Original commit message from CVS:
A fairly large reworking of the ladspa _get, _chain and _loop funcs.
highlights are:
- pad names are now g_strcanonised
- in all cases possible, src and sink buffers are shared
- all ladspa properties are exposed as dparams and element properties
- the buffers are now processed in dparam driven loops
- timestamps on buffers should be correct
- misc fixes
It has been minimally tested - the following pipeline works for me:
gst-launch ladspa_sine_fcac Frequency=440.0 Amplitude=1.0 name=fcac1 ladspa_sine_fcac Frequency=450.0 Amplitude=1.0 name=fcac2 ladspa_freeverb3 Wet-Level=0.5 name=free float2int name=f2i fcac1.Output!free.Input--Left- free.Output--Left-!f2i.sink%d fcac2.Output!free.Input--Right- free.Output--Right-!f2i.sink%d f2i.src!sink osssink
Diffstat (limited to 'debian')
0 files changed, 0 insertions, 0 deletions