GNOME Bugzilla – Bug 699598
v4l2: fill out v4l2_buffer.bytesused field for v4l2sink
Last modified: 2013-05-04 10:22:09 UTC
Created attachment 243210 [details] [review] patch When queuing a buffer for a sink, then bytesused must contain the actual amount of data. For a source, the driver must overwrite this, so it doesn't matter what is set here.
Thanks, pushed: commit 59d7d5c6bbb9dcd5a78213456241b31e9ec2d027 Author: Philipp Zabel <p.zabel@pengutronix.de> Date: Mon Aug 20 09:52:32 2012 +0200 v4l2: fill out v4l2_buffer.bytesused field for v4l2sink When queuing a buffer for a sink, bytesused must contain the actual amount of data. For a source, the driver must overwrite this, so it doesn't matter what is set here. https://bugzilla.gnome.org/show_bug.cgi?id=699598