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

2010-04-22 Thread Pawel Osciak
Hi Laurent, Laurent Pinchart laurent.pinch...@ideasonboard.com 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

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 laurent.pinch...@ideasonboard.com 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

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

2010-04-22 Thread Pawel Osciak
Laurent Pinchart laurent.pinch...@ideasonboard.com wrote: On Thursday 22 April 2010 11:24:52 Pawel Osciak wrote: Laurent Pinchart laurent.pinch...@ideasonboard.com wrote: According to the V4L2 specification, applications set bytesused, field and timestamp fields of struct v4l2_buffer when the

[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