v4l2: fix build with recent kernels, the v4l2_buffer input field was removed accepted/2.0/20130307.030622 submit/2.0/20130307.032836 submit/2.0/20130307.032939
authorMatthias Clasen <mclasen@redhat.com>
Thu, 9 Aug 2012 07:35:23 +0000 (08:35 +0100)
committerYan Yin <yan.yin@intel.com>
Thu, 7 Mar 2013 02:44:45 +0000 (10:44 +0800)
commit582ceedaff7241ca71295a461674839b6d803572
tree7ce04af4021858cf341d9c28d7e6b72ca805a80c
parenta1d399a220546b56e923270e4d21f8a96a5fd566
v4l2: fix build with recent kernels, the v4l2_buffer input field was removed

This was unused apparently and removed in the kernel in commit:

 From 2b719d7baf490e24ce7d817c6337b7c87fda84c1 Mon Sep 17 00:00:00 2001
 From: Sakari Ailus <sakari.ailus@iki.fi>
 Date: Wed, 2 May 2012 09:40:03 -0300
 Subject: [PATCH] [media] v4l: drop v4l2_buffer.input and V4L2_BUF_FLAG_INPUT

 Remove input field in struct v4l2_buffer and flag V4L2_BUF_FLAG_INPUT which
 tells the former is valid. The flag is used by no driver currently.

https://bugzilla.gnome.org/show_bug.cgi?id=681491
sys/v4l2/gstv4l2bufferpool.c