commit | ce0eff016f7272faa6dc6eec722b1ca1970ff9aa | [log] [tgz] |
---|---|---|
author | Hans Verkuil <hans.verkuil@cisco.com> | Tue Jan 20 12:18:16 2015 -0300 |
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | Wed May 20 13:38:32 2015 -0300 |
tree | 07fccd45e846c2c91cbf792a05634566ce6fc6fc | |
parent | f888ae7e6a9e7c0ddc2aa78adc1299747f202516 [diff] |
[media] vb2: allow requeuing buffers while streaming vb2_buffer_done() already allows STATE_QUEUED, but currently only when not streaming. It is useful to allow it while streaming as well, as this makes it possible for drivers to requeue buffers while waiting for a stable video signal. Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>