diff --git a/subprojects/gst-plugins-base/gst-libs/gst/video/gstvideodecoder.h b/subprojects/gst-plugins-base/gst-libs/gst/video/gstvideodecoder.h index a38287336a..3556fd3c88 100644 --- a/subprojects/gst-plugins-base/gst-libs/gst/video/gstvideodecoder.h +++ b/subprojects/gst-plugins-base/gst-libs/gst/video/gstvideodecoder.h @@ -161,7 +161,7 @@ G_STMT_START { \ * * Default maximum number of errors tolerated before signaling error. */ -#define GST_VIDEO_DECODER_MAX_ERRORS 10 +#define GST_VIDEO_DECODER_MAX_ERRORS -1 /**