[gst-cvs] 'Base' GStreamer plugins and helper libraries branch, master, updated. RELEASE-0_10_22-19-g5dfcb63

Sebastian Dröge slomo at kemper.freedesktop.org
Fri Jan 23 03:34:13 PST 2009


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "'Base' GStreamer plugins and helper libraries".

The branch, master has been updated
       via  5dfcb63252fa9cd6e2ffe2049848cffd357a8ede (commit)
      from  e327bbcd7dfdb2a450aad4731b61c45a4421bcff (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 5dfcb63252fa9cd6e2ffe2049848cffd357a8ede
Author: Sebastian Dröge <sebastian.droege at collabora.co.uk>
Date:   Fri Jan 23 12:31:06 2009 +0100

    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.

-----------------------------------------------------------------------

Summary of changes:
 configure.ac                                       |    4 +-
 docs/plugins/Makefile.am                           |    2 +-
 docs/plugins/gst-plugins-base-plugins-sections.txt |   18 +-
 docs/plugins/gst-plugins-base-plugins.args         |   66 +-
 docs/plugins/gst-plugins-base-plugins.hierarchy    |  132 ++-
 docs/plugins/gst-plugins-base-plugins.interfaces   |   24 +-
 .../plugins/gst-plugins-base-plugins.prerequisites |    7 +-
 docs/plugins/inspect/plugin-adder.xml              |    4 +-
 docs/plugins/inspect/plugin-alsa.xml               |    4 +-
 docs/plugins/inspect/plugin-app.xml                |    4 +-
 docs/plugins/inspect/plugin-audioconvert.xml       |    4 +-
 docs/plugins/inspect/plugin-audiorate.xml          |    4 +-
 docs/plugins/inspect/plugin-audioresample.xml      |    6 +-
 docs/plugins/inspect/plugin-audiotestsrc.xml       |    4 +-
 docs/plugins/inspect/plugin-cdparanoia.xml         |    4 +-
 docs/plugins/inspect/plugin-decodebin.xml          |    4 +-
 docs/plugins/inspect/plugin-ffmpegcolorspace.xml   |    2 +-
 docs/plugins/inspect/plugin-gdp.xml                |    4 +-
 docs/plugins/inspect/plugin-gio.xml                |    2 +-
 docs/plugins/inspect/plugin-gnomevfs.xml           |    4 +-
 docs/plugins/inspect/plugin-libvisual.xml          |    4 +-
 docs/plugins/inspect/plugin-ogg.xml                |    4 +-
 docs/plugins/inspect/plugin-pango.xml              |    4 +-
 docs/plugins/inspect/plugin-playback.xml           |    4 +-
 docs/plugins/inspect/plugin-queue2.xml             |    4 +-
 docs/plugins/inspect/plugin-subparse.xml           |    4 +-
 docs/plugins/inspect/plugin-tcp.xml                |    4 +-
 docs/plugins/inspect/plugin-theora.xml             |    4 +-
 docs/plugins/inspect/plugin-typefindfunctions.xml  |    4 +-
 docs/plugins/inspect/plugin-uridecodebin.xml       |    4 +-
 docs/plugins/inspect/plugin-video4linux.xml        |    4 +-
 docs/plugins/inspect/plugin-videorate.xml          |    4 +-
 docs/plugins/inspect/plugin-videoscale.xml         |    4 +-
 docs/plugins/inspect/plugin-videotestsrc.xml       |    4 +-
 docs/plugins/inspect/plugin-volume.xml             |    4 +-
 docs/plugins/inspect/plugin-vorbis.xml             |    4 +-
 docs/plugins/inspect/plugin-ximagesink.xml         |    4 +-
 docs/plugins/inspect/plugin-xvimagesink.xml        |    4 +-
 gst/audioresample/Makefile.am                      |   46 +-
 gst/audioresample/README                           |  336 +++++
 gst/audioresample/arch.h                           |  265 ++++
 gst/audioresample/buffer.c                         |  253 ----
 gst/audioresample/buffer.h                         |   51 -
 gst/audioresample/debug.c                          |   65 -
 gst/audioresample/debug.h                          |   51 -
 gst/audioresample/fixed_arm4.h                     |  130 ++
 gst/audioresample/fixed_arm5e.h                    |  166 +++
 gst/audioresample/fixed_bfin.h                     |  134 ++
 gst/audioresample/fixed_debug.h                    |  525 +++++++
 gst/audioresample/fixed_generic.h                  |  106 ++
 gst/audioresample/functable.c                      |  254 ----
 gst/audioresample/functable.h                      |   61 -
 gst/audioresample/gstaudioresample.c               | 1415 ++++++++++++++------
 gst/audioresample/gstaudioresample.h               |   73 +-
 gst/audioresample/resample.c                       | 1441 +++++++++++++++++---
 gst/audioresample/resample.h                       |  128 --
 gst/audioresample/resample_chunk.c                 |  209 ---
 gst/audioresample/resample_functable.c             |  271 ----
 gst/audioresample/resample_ref.c                   |  223 ---
 gst/audioresample/resample_sse.h                   |  128 ++
 gst/audioresample/speex_resampler.h                |  338 +++++
 gst/audioresample/speex_resampler_double.c         |   25 +
 gst/audioresample/speex_resampler_float.c          |   24 +
 gst/audioresample/speex_resampler_int.c            |   24 +
 gst/audioresample/speex_resampler_wrapper.h        |  161 +++
 gst/speexresample/Makefile.am                      |   37 -
 gst/speexresample/README                           |  336 -----
 gst/speexresample/arch.h                           |  265 ----
 gst/speexresample/fixed_arm4.h                     |  130 --
 gst/speexresample/fixed_arm5e.h                    |  166 ---
 gst/speexresample/fixed_bfin.h                     |  134 --
 gst/speexresample/fixed_debug.h                    |  525 -------
 gst/speexresample/fixed_generic.h                  |  106 --
 gst/speexresample/gstspeexresample.c               | 1404 -------------------
 gst/speexresample/gstspeexresample.h               |   90 --
 gst/speexresample/resample.c                       | 1340 ------------------
 gst/speexresample/resample_sse.h                   |  128 --
 gst/speexresample/speex_resampler.h                |  338 -----
 gst/speexresample/speex_resampler_double.c         |   25 -
 gst/speexresample/speex_resampler_float.c          |   24 -
 gst/speexresample/speex_resampler_int.c            |   24 -
 gst/speexresample/speex_resampler_wrapper.h        |  161 ---
 gst/typefind/gsttypefindfunctions.c                |   35 +-
 tests/check/Makefile.am                            |    6 +-
 tests/check/elements/audioresample.c               |  158 ++-
 tests/check/elements/speexresample.c               |  700 ----------
 86 files changed, 5047 insertions(+), 8363 deletions(-)
 create mode 100644 gst/audioresample/README
 create mode 100644 gst/audioresample/arch.h
 delete mode 100644 gst/audioresample/buffer.c
 delete mode 100644 gst/audioresample/buffer.h
 delete mode 100644 gst/audioresample/debug.c
 delete mode 100644 gst/audioresample/debug.h
 create mode 100644 gst/audioresample/fixed_arm4.h
 create mode 100644 gst/audioresample/fixed_arm5e.h
 create mode 100644 gst/audioresample/fixed_bfin.h
 create mode 100644 gst/audioresample/fixed_debug.h
 create mode 100644 gst/audioresample/fixed_generic.h
 delete mode 100644 gst/audioresample/functable.c
 delete mode 100644 gst/audioresample/functable.h
 delete mode 100644 gst/audioresample/resample.h
 delete mode 100644 gst/audioresample/resample_chunk.c
 delete mode 100644 gst/audioresample/resample_functable.c
 delete mode 100644 gst/audioresample/resample_ref.c
 create mode 100644 gst/audioresample/resample_sse.h
 create mode 100644 gst/audioresample/speex_resampler.h
 create mode 100644 gst/audioresample/speex_resampler_double.c
 create mode 100644 gst/audioresample/speex_resampler_float.c
 create mode 100644 gst/audioresample/speex_resampler_int.c
 create mode 100644 gst/audioresample/speex_resampler_wrapper.h
 delete mode 100644 gst/speexresample/Makefile.am
 delete mode 100644 gst/speexresample/README
 delete mode 100644 gst/speexresample/arch.h
 delete mode 100644 gst/speexresample/fixed_arm4.h
 delete mode 100644 gst/speexresample/fixed_arm5e.h
 delete mode 100644 gst/speexresample/fixed_bfin.h
 delete mode 100644 gst/speexresample/fixed_debug.h
 delete mode 100644 gst/speexresample/fixed_generic.h
 delete mode 100644 gst/speexresample/gstspeexresample.c
 delete mode 100644 gst/speexresample/gstspeexresample.h
 delete mode 100644 gst/speexresample/resample.c
 delete mode 100644 gst/speexresample/resample_sse.h
 delete mode 100644 gst/speexresample/speex_resampler.h
 delete mode 100644 gst/speexresample/speex_resampler_double.c
 delete mode 100644 gst/speexresample/speex_resampler_float.c
 delete mode 100644 gst/speexresample/speex_resampler_int.c
 delete mode 100644 gst/speexresample/speex_resampler_wrapper.h
 delete mode 100644 tests/check/elements/speexresample.c


hooks/post-receive
--
'Base' GStreamer plugins and helper libraries




More information about the Gstreamer-commits mailing list