mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 17:51:16 +00:00
audiodecoder: Make data processing errors non-fatal by default
The previous default value of `max-errors` was too small and would potentially trigger the decoder to emit errors too often for most cases. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3478>
This commit is contained in:
parent
9e5cce0ab9
commit
fa863b2b7f
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ G_STMT_START { \
|
|||
*
|
||||
* Default maximum number of errors tolerated before signaling error.
|
||||
*/
|
||||
#define GST_AUDIO_DECODER_MAX_ERRORS 10
|
||||
#define GST_AUDIO_DECODER_MAX_ERRORS -1
|
||||
|
||||
/**
|
||||
* GstAudioDecoder:
|
||||
|
|
Loading…
Reference in a new issue