summaryrefslogtreecommitdiff
path: root/gst/audioresample
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2012-10-23 11:16:57 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2012-10-25 14:03:52 +0200
commit3864209f6e19753d734c2561335fd20899dd0dbb (patch)
tree37a45b674ebc9b25e046fd7b1f28dbeafcf6e5b1 /gst/audioresample
parentd793a2b5606fc76ae0b93894819548489c7085e8 (diff)
downloadgstreamer-plugins-base-3864209f6e19753d734c2561335fd20899dd0dbb.tar.gz
audioresample: Use auto sinc table mode by default
Diffstat (limited to 'gst/audioresample')
-rw-r--r--gst/audioresample/speex_resampler_wrapper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/audioresample/speex_resampler_wrapper.h b/gst/audioresample/speex_resampler_wrapper.h
index 5a13dee22..e63c99465 100644
--- a/gst/audioresample/speex_resampler_wrapper.h
+++ b/gst/audioresample/speex_resampler_wrapper.h
@@ -26,7 +26,7 @@
#define SPEEX_RESAMPLER_QUALITY_VOIP 3
#define SPEEX_RESAMPLER_QUALITY_DESKTOP 5
-#define SPEEX_RESAMPLER_SINC_FILTER_DEFAULT SPEEX_RESAMPLER_SINC_FILTER_INTERPOLATED
+#define SPEEX_RESAMPLER_SINC_FILTER_DEFAULT SPEEX_RESAMPLER_SINC_FILTER_AUTO
#define SPEEX_RESAMPLER_SINC_FILTER_AUTO_THRESHOLD_DEFAULT (1 * 1048576)
enum