[FFmpeg-devel] [PATCH v2] avcodec/v4l2_context: suppress POLLERR when buffers are uninitialized

2023-07-25 Thread Richard Acayan
bug report. Signed-off-by: Richard Acayan --- Changes since v1 (20230718220017.3336-1-mailingrad...@gmail.com): - stopped emitting POLLERR logs for this case (thanks to feedback from Marton Balint) libavcodec/v4l2_context.c | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff

Re: [FFmpeg-devel] [RESEND PATCH] avcodec/v4l2_context: always log POLLERR when buffers are uninitialized

2023-07-24 Thread Richard Acayan
On Sun, Jul 23, 2023 at 10:15:50AM +0200, Marton Balint wrote: > > > On Fri, 21 Jul 2023, Richard Acayan wrote: > >> Will this patch be applied or receive any comments? I have been waiting >> more than 2 weeks since the original submission >> (https://ffmpeg.org/pi

Re: [FFmpeg-devel] [RESEND PATCH] avcodec/v4l2_context: always log POLLERR when buffers are uninitialized

2023-07-21 Thread Richard Acayan
that this patch goes in. I don't have write access so I can't apply it myself, even if there are no objections. On Tue, Jul 18, 2023 at 06:00:17PM -0400, Richard Acayan wrote: > The error handler for POLLERRs assumes that the timeout is only zero > when v4l2_dequeue_v4l2buf is

[FFmpeg-devel] [RESEND PATCH] avcodec/v4l2_context: always log POLLERR when buffers are uninitialized

2023-07-18 Thread Richard Acayan
are uninitialized. See https://trac.ffmpeg.org/ticket/9957 for the original bug report. Signed-off-by: Richard Acayan --- libavcodec/v4l2_context.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/v4l2_context.c b/libavcodec/v4l2_context.c index a40be94690..69ddf80723

[FFmpeg-devel] [PATCH] avcodec/v4l2_context: always log POLLERR when buffers are uninitialized

2023-07-03 Thread Richard Acayan
are uninitialized. See https://trac.ffmpeg.org/ticket/9957 for the original bug report. Signed-off-by: Richard Acayan --- libavcodec/v4l2_context.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/v4l2_context.c b/libavcodec/v4l2_context.c index a40be94690..69ddf80723