mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
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.
This commit is contained in:
parent
3923455478
commit
aadafc6e8e
2 changed files with 21 additions and 4 deletions
19
ChangeLog
19
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:
|
||||
|
|
|
@ -346,7 +346,7 @@ GST_PLUGINS_ALL="\
|
|||
flx \
|
||||
goom \
|
||||
id3 \
|
||||
intfloat \
|
||||
interleave \
|
||||
law \
|
||||
level \
|
||||
matroska \
|
||||
|
@ -359,7 +359,6 @@ GST_PLUGINS_ALL="\
|
|||
mpegaudioparse \
|
||||
mpegstream \
|
||||
monoscope \
|
||||
oneton \
|
||||
overlay \
|
||||
passthrough \
|
||||
playondemand \
|
||||
|
@ -1559,7 +1558,7 @@ gst/filter/Makefile
|
|||
gst/flx/Makefile
|
||||
gst/goom/Makefile
|
||||
gst/id3/Makefile
|
||||
gst/intfloat/Makefile
|
||||
gst/interleave/Makefile
|
||||
gst/law/Makefile
|
||||
gst/level/Makefile
|
||||
gst/matroska/Makefile
|
||||
|
@ -1574,7 +1573,6 @@ gst/mpegstream/Makefile
|
|||
gst/modplug/Makefile
|
||||
gst/modplug/libmodplug/Makefile
|
||||
gst/monoscope/Makefile
|
||||
gst/oneton/Makefile
|
||||
gst/overlay/Makefile
|
||||
gst/passthrough/Makefile
|
||||
gst/playondemand/Makefile
|
||||
|
|
Loading…
Reference in a new issue