From 9bfa65b7d36d06c305ad0681a32882d826e81cf5 Mon Sep 17 00:00:00 2001 From: Mark Nauwelaerts Date: Thu, 22 Dec 2011 16:53:49 +0100 Subject: [PATCH] audiodecoder: tweak documentation --- gst-libs/gst/audio/gstaudiodecoder.c | 3 ++- gst-libs/gst/audio/gstaudiodecoder.h | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/gst-libs/gst/audio/gstaudiodecoder.c b/gst-libs/gst/audio/gstaudiodecoder.c index 1f469eb..1414ccf 100644 --- a/gst-libs/gst/audio/gstaudiodecoder.c +++ b/gst-libs/gst/audio/gstaudiodecoder.c @@ -2218,7 +2218,8 @@ gst_audio_decoder_get_delay (GstAudioDecoder * dec) * @num: max tolerated errors * * Sets numbers of tolerated decoder errors, where a tolerated one is then only - * warned about, but more than tolerated will lead to fatal error. + * warned about, but more than tolerated will lead to fatal error. Default + * is set to GST_AUDIO_DECODER_MAX_ERRORS. * * Since: 0.10.36 */ diff --git a/gst-libs/gst/audio/gstaudiodecoder.h b/gst-libs/gst/audio/gstaudiodecoder.h index 3800ef4..a6ae618 100644 --- a/gst-libs/gst/audio/gstaudiodecoder.h +++ b/gst-libs/gst/audio/gstaudiodecoder.h @@ -188,7 +188,7 @@ struct _GstAudioDecoder * most notably a call to gst_audio_decoder_finish_frame(). * @flush: Optional. * Instructs subclass to clear any codec caches and discard - * any pending samples and not yet returned encoded data. + * any pending samples and not yet returned decoded data. * @hard indicates whether a FLUSH is being processed, * or otherwise a DISCONT (or conceptually similar). * @event: Optional. -- 2.7.4