diff options
author | Sebastian Dröge <slomo@circular-chaos.org> | 2008-11-01 19:38:36 +0000 |
---|---|---|
committer | Sebastian Dröge <slomo@circular-chaos.org> | 2008-11-01 19:38:36 +0000 |
commit | 859034f462acc8493adc740f85c1398a3d866a41 (patch) | |
tree | d8744a82c1665b30f26225ed0a35fd86e96baebd /gst/speexresample/gstspeexresample.h | |
parent | 89b5a74b8677e0b58fea51941c7935a90ce8e987 (diff) | |
download | gst-plugins-bad-859034f462acc8493adc740f85c1398a3d866a41.tar.gz gst-plugins-bad-859034f462acc8493adc740f85c1398a3d866a41.tar.bz2 gst-plugins-bad-859034f462acc8493adc740f85c1398a3d866a41.zip |
gst/speexresample/: Add missing headers to Makefile.am.
Original commit message from CVS:
* gst/speexresample/Makefile.am:
* gst/speexresample/gstspeexresample.c:
(gst_speex_resample_base_init), (gst_speex_resample_get_funcs),
(gst_speex_resample_convert_buffer), (_benchmark_int_float),
(_benchmark_int_int), (_benchmark_integer_resampling),
(plugin_init):
* gst/speexresample/gstspeexresample.h:
* gst/speexresample/resample.c:
* gst/speexresample/speex_resampler_double.c:
* gst/speexresample/speex_resampler_float.c:
* gst/speexresample/speex_resampler_int.c:
* gst/speexresample/speex_resampler_wrapper.h:
Add missing headers to Makefile.am.
Update copyright, years and my mail address.
Benchmark the integer resampling implementation against the
float implementation and use the faster one for 8/16 bit integer
input. On most recent systems the floating point version is faster.
Diffstat (limited to 'gst/speexresample/gstspeexresample.h')
-rw-r--r-- | gst/speexresample/gstspeexresample.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/speexresample/gstspeexresample.h b/gst/speexresample/gstspeexresample.h index 1cf2196c..e39148a0 100644 --- a/gst/speexresample/gstspeexresample.h +++ b/gst/speexresample/gstspeexresample.h @@ -1,6 +1,6 @@ /* GStreamer * Copyright (C) <1999> Erik Walthinsen <omega@cse.ogi.edu> - * Copyright (C) <2007> Sebastian Dröge <slomo@circular-chaos.org> + * Copyright (C) <2007-2008> Sebastian Dröge <sebastian.droege@collabora.co.uk> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public |