summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2004-02-20 14:17:57 +0000
committerAndy Wingo <wingo@pobox.com>2004-02-20 14:17:57 +0000
commit22b1839fe2746f5f6a2c759ed84d697d356e13ed (patch)
tree4a9a9f6aa58b9e08216d22697aab589be4603292 /ChangeLog
parentea5845cb2bfdb57a06cc2ad5b2561889b5fcc049 (diff)
downloadgst-plugins-bad-22b1839fe2746f5f6a2c759ed84d697d356e13ed.tar.gz
gst-plugins-bad-22b1839fe2746f5f6a2c759ed84d697d356e13ed.tar.bz2
gst-plugins-bad-22b1839fe2746f5f6a2c759ed84d697d356e13ed.zip
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--ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 76a1f9ce..b710f787 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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: