Re: [RFC/PATCH] v4l: added V4L2_BUF_FLAG_EOS flag indicating the last frame in the stream

2012-04-20 Thread Andrzej Hajda
On Fri, 2012-04-20 at 12:38 +0200, Andrzej Hajda wrote: > On Thu, 2012-04-19 at 10:58 -0300, Mauro Carvalho Chehab wrote: > > Em 13-04-2012 13:31, Kamil Debski escreveu: > > > Hi, > > > > > >> From: linux-media-ow...@vger.kernel.org [mailto:linux-media- > > >> Sent: 10 April 2012 11:51 > > >> > >

Re: [RFC/PATCH] v4l: added V4L2_BUF_FLAG_EOS flag indicating the last frame in the stream

2012-04-20 Thread Andrzej Hajda
On Thu, 2012-04-19 at 10:58 -0300, Mauro Carvalho Chehab wrote: > Em 13-04-2012 13:31, Kamil Debski escreveu: > > Hi, > > > >> From: linux-media-ow...@vger.kernel.org [mailto:linux-media- > >> Sent: 10 April 2012 11:51 > >> > >> v4l: added V4L2_BUF_FLAG_EOS flag indicating the last frame in the st

Re: [RFC/PATCH] v4l: added V4L2_BUF_FLAG_EOS flag indicating the last frame in the stream

2012-04-19 Thread Mauro Carvalho Chehab
Em 13-04-2012 13:31, Kamil Debski escreveu: > Hi, > >> From: linux-media-ow...@vger.kernel.org [mailto:linux-media- >> Sent: 10 April 2012 11:51 >> >> v4l: added V4L2_BUF_FLAG_EOS flag indicating the last frame in the stream >> >> Some devices requires indicator if the buffer is the last one in th

RE: [RFC/PATCH] v4l: added V4L2_BUF_FLAG_EOS flag indicating the last frame in the stream

2012-04-13 Thread Kamil Debski
Hi, > From: linux-media-ow...@vger.kernel.org [mailto:linux-media- > Sent: 10 April 2012 11:51 > > v4l: added V4L2_BUF_FLAG_EOS flag indicating the last frame in the stream > > Some devices requires indicator if the buffer is the last one in the > stream. > Applications and drivers can use this

[RFC/PATCH] v4l: added V4L2_BUF_FLAG_EOS flag indicating the last frame in the stream

2012-04-10 Thread Andrzej Hajda
v4l: added V4L2_BUF_FLAG_EOS flag indicating the last frame in the stream Some devices requires indicator if the buffer is the last one in the stream. Applications and drivers can use this flag in such case. Signed-off-by: Andrzej Hajda Signed-off-by: Kyungmin Park --- Hello, This patch adds