diff options
| author | Andy Wingo <wingo@pobox.com> | 2004-02-20 14:17:56 +0000 |
|---|---|---|
| committer | Andy Wingo <wingo@pobox.com> | 2004-02-20 14:17:56 +0000 |
| commit | aadafc6e8e228388b99bd97102448fdd26c4a80c (patch) | |
| tree | 21fc336eee7e023e86adb1ee7eb1518960be7304 /ChangeLog | |
| parent | 3923455478a535d4e61d1b9eefbab2f0ff6fe05c (diff) | |
gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and interleave respectively.
Original commit message from CVS:
2004-02-20 Andy Wingo <wingo@pobox.com>
* gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
interleave respectively.
* gst/interleave/deinterleave.c: New plugin: deinterleave
(replaces on oneton).
* gst/interleave/interleave.c: New plugin: interleave.
* gst/interleave/plugin.h: Support file.
* gst/interleave/plugin.c: Support file.
* configure.ac: Remove intfloat and oneton, add interleave.
* ext/sndfile/gstsf.c: Handle events better.
* gst/audioconvert/gstaudioconvert.c: Change to support int2float
and float2int operation. int2float has scheduling problems as
noted in in2float_chain.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -1,3 +1,22 @@ +2004-02-20 Andy Wingo <wingo@pobox.com> + + * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and + interleave respectively. + + * gst/interleave/deinterleave.c: New plugin: deinterleave + (replaces on oneton). + * gst/interleave/interleave.c: New plugin: interleave. + * gst/interleave/plugin.h: Support file. + * gst/interleave/plugin.c: Support file. + + * configure.ac: Remove intfloat and oneton, add interleave. + + * ext/sndfile/gstsf.c: Handle events better. + + * gst/audioconvert/gstaudioconvert.c: Change to support int2float + and float2int operation. int2float has scheduling problems as + noted in in2float_chain. + 2004-02-20 Benjamin Otte <otte@gnome.org> * ext/xine/Makefile.am: |
