From: Laurent Pinchart Date: Mon, 17 Dec 2012 10:38:16 +0000 (-0300) Subject: [media] v4l: vb2: Set data_offset to 0 for single-plane output buffers X-Git-Tag: v3.8-rc5~13^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac706bf75cb99b91bf2792c52ab5b2e4b94560a1;p=pandora-kernel.git [media] v4l: vb2: Set data_offset to 0 for single-plane output buffers Single-planar V4L2 buffers are converted to multi-planar vb2 buffers with a single plane when queued. The plane data_offset field is not available in the single-planar API and must be set to 0 for all output buffers. Signed-off-by: Laurent Pinchart Acked-by: Marek Szyprowski Signed-off-by: Marek Szyprowski Signed-off-by: Sylwester Nawrocki Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed