mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-02 20:42:30 +00:00
audiodecoder: tweak documentation
This commit is contained in:
parent
77353dad21
commit
9bfa65b7d3
2 changed files with 3 additions and 2 deletions
|
@ -2218,7 +2218,8 @@ gst_audio_decoder_get_delay (GstAudioDecoder * dec)
|
||||||
* @num: max tolerated errors
|
* @num: max tolerated errors
|
||||||
*
|
*
|
||||||
* Sets numbers of tolerated decoder errors, where a tolerated one is then only
|
* 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
|
* Since: 0.10.36
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -188,7 +188,7 @@ struct _GstAudioDecoder
|
||||||
* most notably a call to gst_audio_decoder_finish_frame().
|
* most notably a call to gst_audio_decoder_finish_frame().
|
||||||
* @flush: Optional.
|
* @flush: Optional.
|
||||||
* Instructs subclass to clear any codec caches and discard
|
* 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,
|
* @hard indicates whether a FLUSH is being processed,
|
||||||
* or otherwise a DISCONT (or conceptually similar).
|
* or otherwise a DISCONT (or conceptually similar).
|
||||||
* @event: Optional.
|
* @event: Optional.
|
||||||
|
|
Loading…
Reference in a new issue