diff options
| author | Andy Wingo <wingo@pobox.com> | 2005-08-25 09:30:24 +0000 |
|---|---|---|
| committer | Andy Wingo <wingo@pobox.com> | 2005-08-25 09:30:24 +0000 |
| commit | 0582ab12916859fdc3815010e68aafb131c9570c (patch) | |
| tree | 2284e326926c95feed4e5b849acf1f4b3485f604 /ChangeLog | |
| parent | 38d8867a0f70785789dbf469d8d4129a45517a95 (diff) | |
ext/ladspa/gstladspa.*: Halfway-ported. Doesn't compile yet.
Original commit message from CVS:
2005-08-25 Andy Wingo <wingo@pobox.com>
* ext/ladspa/gstladspa.h:
* ext/ladspa/gstladspa.c: Halfway-ported. Doesn't compile yet.
* ext/ladspa/gstsignalprocessor.h:
* ext/ladspa/gstsignalprocessor.c: New files, the start of a base
class for DSP elements.
* configure.ac: Sort the external libs checks, add a ladspa check,
output the ladspa makefile.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +2005-08-25 Andy Wingo <wingo@pobox.com> + + * ext/ladspa/gstladspa.h: + * ext/ladspa/gstladspa.c: Halfway-ported. Doesn't compile yet. + + * ext/ladspa/gstsignalprocessor.h: + * ext/ladspa/gstsignalprocessor.c: New files, the start of a base + class for DSP elements. + + * configure.ac: Sort the external libs checks, add a ladspa check, + output the ladspa makefile. + 2005-08-25 Owen Fraser-Green <owen@discobabe.net> * gst/realmedia/rmdemux.c (gst_rmdemux_loop, gst_rmdemux_chain): |
