From 5185cce994162afbfca85445623231103107966c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Thu, 13 Apr 2017 16:40:02 +0100 Subject: [PATCH] audio: resampler: fix typos in docs --- gst-libs/gst/audio/audio-resampler.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gst-libs/gst/audio/audio-resampler.h b/gst-libs/gst/audio/audio-resampler.h index e4e73b1a55..fe4c30090a 100644 --- a/gst-libs/gst/audio/audio-resampler.h +++ b/gst-libs/gst/audio/audio-resampler.h @@ -34,9 +34,9 @@ typedef struct _GstAudioResampler GstAudioResampler; */ #define GST_AUDIO_RESAMPLER_OPT_CUTOFF "GstAudioResampler.cutoff" /** - * GST_AUDIO_RESAMPLER_OPT_STOP_ATTENUTATION: + * GST_AUDIO_RESAMPLER_OPT_STOP_ATTENUATION: * - * G_TYPE_DOUBLE, stopband attenuation in debibels. The attenutation + * G_TYPE_DOUBLE, stopband attenuation in decibels. The attenuation * after the stopband for the kaiser window. 85 dB is the default. */ #define GST_AUDIO_RESAMPLER_OPT_STOP_ATTENUATION "GstAudioResampler.stop-attenutation"