RE: [PATCH] v4l: videobuf: qbuf now uses relevant v4l2_buffer fields for OUTPUT types

2010-04-22 Thread Pawel Osciak
>Laurent Pinchart wrote: >On Thursday 22 April 2010 11:24:52 Pawel Osciak wrote: >> >Laurent Pinchart wrote: >> >> According to the V4L2 specification, applications set bytesused, field >> >> and timestamp fields of struct v4l2_buffer when the buffer is intended >> >> for output and memory type i

Re: [PATCH] v4l: videobuf: qbuf now uses relevant v4l2_buffer fields for OUTPUT types

2010-04-22 Thread Laurent Pinchart
Hi Pawel, On Thursday 22 April 2010 11:24:52 Pawel Osciak wrote: > >Laurent Pinchart wrote: > >> According to the V4L2 specification, applications set bytesused, field > >> and timestamp fields of struct v4l2_buffer when the buffer is intended > >> for output and memory type is MMAP. This adds pr

RE: [PATCH] v4l: videobuf: qbuf now uses relevant v4l2_buffer fields for OUTPUT types

2010-04-22 Thread Pawel Osciak
Hi Laurent, >Laurent Pinchart wrote: >> According to the V4L2 specification, applications set bytesused, field and >> timestamp fields of struct v4l2_buffer when the buffer is intended for >> output and memory type is MMAP. This adds proper copying of those values >> to videobuf_buffer so drivers

Re: [PATCH] v4l: videobuf: qbuf now uses relevant v4l2_buffer fields for OUTPUT types

2010-04-22 Thread Laurent Pinchart
Hi Pawel, On Wednesday 21 April 2010 11:44:27 Pawel Osciak wrote: > According to the V4L2 specification, applications set bytesused, field and > timestamp fields of struct v4l2_buffer when the buffer is intended for > output and memory type is MMAP. This adds proper copying of those values > to vi

[PATCH] v4l: videobuf: qbuf now uses relevant v4l2_buffer fields for OUTPUT types

2010-04-21 Thread Pawel Osciak
According to the V4L2 specification, applications set bytesused, field and timestamp fields of struct v4l2_buffer when the buffer is intended for output and memory type is MMAP. This adds proper copying of those values to videobuf_buffer so drivers can use them. Signed-off-by: Pawel Osciak Signed