Re: [PATCH 3/5] [media] v4l: simulate old crop API using extended crop/compose API

2011-09-28 Thread Tomasz Stanislawski
Hi Hans, On 09/27/2011 11:30 AM, Hans Verkuil wrote: On Friday, August 26, 2011 15:06:05 Tomasz Stanislawski wrote: This patch allows new video drivers to work correctly with applications that use the old-style crop API. The old crop ioctl is simulated by using selection callbacks. Signed-off

Re: [PATCH 3/5] [media] v4l: simulate old crop API using extended crop/compose API

2011-09-27 Thread Hans Verkuil
On Friday, August 26, 2011 15:06:05 Tomasz Stanislawski wrote: > This patch allows new video drivers to work correctly with applications that > use the old-style crop API. The old crop ioctl is simulated by using > selection > callbacks. > > Signed-off-by: Tomasz Stanislawski > Signed-off-by: K

Re: [PATCH 3/5] [media] v4l: simulate old crop API using extended crop/compose API

2011-08-26 Thread Laurent Pinchart
Hi Tomasz, Thanks for the patch. On Friday 26 August 2011 15:06:05 Tomasz Stanislawski wrote: > This patch allows new video drivers to work correctly with applications > that use the old-style crop API. The old crop ioctl is simulated by using > selection callbacks. > > Signed-off-by: Tomasz St

[PATCH 3/5] [media] v4l: simulate old crop API using extended crop/compose API

2011-08-26 Thread Tomasz Stanislawski
This patch allows new video drivers to work correctly with applications that use the old-style crop API. The old crop ioctl is simulated by using selection callbacks. Signed-off-by: Tomasz Stanislawski Signed-off-by: Kyungmin Park --- drivers/media/video/v4l2-ioctl.c | 86 +++