audio: resampler: fix typos in docs

This commit is contained in:
Tim-Philipp Müller 2017-04-13 16:40:02 +01:00
parent 07a427b403
commit 5185cce994

View file

@ -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"