From: Hans Verkuil Date: Fri, 13 Jun 2014 07:31:06 +0000 (-0300) Subject: [media] v4l2-ioctl: call g_selection before calling cropcap X-Git-Tag: cleanup-for-v3.18~114^2~287 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9409945c7ff7ba39727df8ede2551bd22e76b58b;p=pandora-kernel.git [media] v4l2-ioctl: call g_selection before calling cropcap If the vidioc_cropcap op is implemented by the driver then the v4l2 core will call that directly. If g_selection is available, then the core cropcap implementation uses g_selection to fill in the bounds and defrect and it sets the pixelaspect to 1x1. But if both are available, then I would like to use g_selection to fill in defrect and bounds before calling cropcap. That way the driver's cropcap implementation doesn't have to set defrect or bounds. Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed