commit | bbe24c6759b341ab2504318e50ccd5482f5e6002 | [log] [tgz] |
---|---|---|
author | Archit Taneja <archit@ti.com> | Tue Mar 11 04:47:52 2014 -0300 |
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | Mon Apr 07 09:44:25 2014 -0300 |
tree | a4294b9f7b290c7aa219c6db36676330267899b3 | |
parent | 5269fef77e14c22b1fde44bc0973a18cf233f778 [diff] |
[media] v4l: ti-vpe: retain v4l2_buffer flags for captured buffers The dequed CAPTURE_MPLANE type buffers don't contain the flags that the originally queued OUTPUT_MPLANE type buffers have. This breaks compliance. Copy the source v4l2_buffer flags to the destination v4l2_buffer flags before they are dequed. Reviewed-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Archit Taneja <archit@ti.com> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>