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"