Rename files and types from speexresample to audioresample
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Fri, 23 Jan 2009 11:31:06 +0000 (12:31 +0100)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Fri, 23 Jan 2009 11:33:41 +0000 (12:33 +0100)
commit5dfcb63252fa9cd6e2ffe2049848cffd357a8ede
treea0544fff1c2295be34b82d1a1134d87390113c5b
parente327bbcd7dfdb2a450aad4731b61c45a4421bcff
Rename files and types from speexresample to audioresample

Rename files and types from speexresample to audioresample
to finish the move and to prevent any confusion.
73 files changed:
configure.ac
docs/plugins/Makefile.am
docs/plugins/gst-plugins-base-plugins-sections.txt
docs/plugins/gst-plugins-base-plugins.args
docs/plugins/gst-plugins-base-plugins.hierarchy
docs/plugins/gst-plugins-base-plugins.interfaces
docs/plugins/gst-plugins-base-plugins.prerequisites
docs/plugins/inspect/plugin-adder.xml
docs/plugins/inspect/plugin-alsa.xml
docs/plugins/inspect/plugin-app.xml
docs/plugins/inspect/plugin-audioconvert.xml
docs/plugins/inspect/plugin-audiorate.xml
docs/plugins/inspect/plugin-audioresample.xml
docs/plugins/inspect/plugin-audiotestsrc.xml
docs/plugins/inspect/plugin-cdparanoia.xml
docs/plugins/inspect/plugin-decodebin.xml
docs/plugins/inspect/plugin-ffmpegcolorspace.xml
docs/plugins/inspect/plugin-gdp.xml
docs/plugins/inspect/plugin-gio.xml
docs/plugins/inspect/plugin-gnomevfs.xml
docs/plugins/inspect/plugin-libvisual.xml
docs/plugins/inspect/plugin-ogg.xml
docs/plugins/inspect/plugin-pango.xml
docs/plugins/inspect/plugin-playback.xml
docs/plugins/inspect/plugin-queue2.xml
docs/plugins/inspect/plugin-subparse.xml
docs/plugins/inspect/plugin-tcp.xml
docs/plugins/inspect/plugin-theora.xml
docs/plugins/inspect/plugin-typefindfunctions.xml
docs/plugins/inspect/plugin-uridecodebin.xml
docs/plugins/inspect/plugin-video4linux.xml
docs/plugins/inspect/plugin-videorate.xml
docs/plugins/inspect/plugin-videoscale.xml
docs/plugins/inspect/plugin-videotestsrc.xml
docs/plugins/inspect/plugin-volume.xml
docs/plugins/inspect/plugin-vorbis.xml
docs/plugins/inspect/plugin-ximagesink.xml
docs/plugins/inspect/plugin-xvimagesink.xml
gst/audioresample/Makefile.am
gst/audioresample/README [moved from gst/speexresample/README with 100% similarity]
gst/audioresample/arch.h [moved from gst/speexresample/arch.h with 100% similarity]
gst/audioresample/buffer.c [deleted file]
gst/audioresample/buffer.h [deleted file]
gst/audioresample/debug.c [deleted file]
gst/audioresample/debug.h [deleted file]
gst/audioresample/fixed_arm4.h [moved from gst/speexresample/fixed_arm4.h with 100% similarity]
gst/audioresample/fixed_arm5e.h [moved from gst/speexresample/fixed_arm5e.h with 100% similarity]
gst/audioresample/fixed_bfin.h [moved from gst/speexresample/fixed_bfin.h with 100% similarity]
gst/audioresample/fixed_debug.h [moved from gst/speexresample/fixed_debug.h with 100% similarity]
gst/audioresample/fixed_generic.h [moved from gst/speexresample/fixed_generic.h with 100% similarity]
gst/audioresample/functable.c [deleted file]
gst/audioresample/functable.h [deleted file]
gst/audioresample/gstaudioresample.c
gst/audioresample/gstaudioresample.h
gst/audioresample/resample.c
gst/audioresample/resample.h [deleted file]
gst/audioresample/resample_chunk.c [deleted file]
gst/audioresample/resample_functable.c [deleted file]
gst/audioresample/resample_ref.c [deleted file]
gst/audioresample/resample_sse.h [moved from gst/speexresample/resample_sse.h with 100% similarity]
gst/audioresample/speex_resampler.h [moved from gst/speexresample/speex_resampler.h with 100% similarity]
gst/audioresample/speex_resampler_double.c [moved from gst/speexresample/speex_resampler_double.c with 100% similarity]
gst/audioresample/speex_resampler_float.c [moved from gst/speexresample/speex_resampler_float.c with 100% similarity]
gst/audioresample/speex_resampler_int.c [moved from gst/speexresample/speex_resampler_int.c with 100% similarity]
gst/audioresample/speex_resampler_wrapper.h [moved from gst/speexresample/speex_resampler_wrapper.h with 100% similarity]
gst/speexresample/Makefile.am [deleted file]
gst/speexresample/gstspeexresample.c [deleted file]
gst/speexresample/gstspeexresample.h [deleted file]
gst/speexresample/resample.c [deleted file]
gst/typefind/gsttypefindfunctions.c
tests/check/Makefile.am
tests/check/elements/audioresample.c
tests/check/elements/speexresample.c [deleted file]