mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +00:00
audio: resampler: fix typos in docs
This commit is contained in:
parent
07a427b403
commit
5185cce994
1 changed files with 2 additions and 2 deletions
|
@ -34,9 +34,9 @@ typedef struct _GstAudioResampler GstAudioResampler;
|
||||||
*/
|
*/
|
||||||
#define GST_AUDIO_RESAMPLER_OPT_CUTOFF "GstAudioResampler.cutoff"
|
#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.
|
* after the stopband for the kaiser window. 85 dB is the default.
|
||||||
*/
|
*/
|
||||||
#define GST_AUDIO_RESAMPLER_OPT_STOP_ATTENUATION "GstAudioResampler.stop-attenutation"
|
#define GST_AUDIO_RESAMPLER_OPT_STOP_ATTENUATION "GstAudioResampler.stop-attenutation"
|
||||||
|
|
Loading…
Reference in a new issue