commit | ef33d901db3026643f1c415562d633dfc6c5e9bb | [log] [tgz] |
---|---|---|
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | Tue Oct 21 16:37:55 2014 -0300 |
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | Tue Nov 25 08:42:33 2014 -0200 |
tree | 130d3282d3626cb4084bba94a24399c6888da1af | |
parent | 0da4ab984b1753b160b5fa840ae98b87228ac3dc [diff] |
[media] uvcvideo: Return all buffers to vb2 at stream stop and start failure videobuf2 requires drivers to give back ownership of all queue buffers in the stop_streaming operation, as well as in the start_streaming operation in case of failure. Mark all queued buffers as done in the error or queued state. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>