diff --git a/sys/v4l2/gstv4l2object.h b/sys/v4l2/gstv4l2object.h index 182cff7c3e..07723fc913 100644 --- a/sys/v4l2/gstv4l2object.h +++ b/sys/v4l2/gstv4l2object.h @@ -38,7 +38,7 @@ typedef struct _GstV4l2Xv GstV4l2Xv; #include /* size of v4l2 buffer pool in streaming case */ -#define GST_V4L2_MIN_BUFFERS 1 +#define GST_V4L2_MIN_BUFFERS 2 /* max frame width/height */ #define GST_V4L2_MAX_SIZE (1<<15) /* 2^15 == 32768 */