GNOME Bugzilla – Bug 698949
v4l2: fix copying of encoded buffers
Last modified: 2013-04-26 13:37:27 UTC
Created attachment 242562 [details] [review] patch The existence of a GstVideoFormatInfo does not guarantee, that the buffer contains video frames, so the format must be checked. Also, for encoded buffers the length is variable and must be set.
commit fd0123800c8c1cf1468c0fa5d592ad0d0d8b4140 Author: Philipp Zabel <p.zabel@pengutronix.de> Date: Mon Aug 20 09:52:34 2012 +0200 v4l2: fix copying of encoded buffers The existence of a GstVideoFormatInfo does not guarantee, that the buffer contains video frames, so the format must be checked. Also, for encoded buffers the length is variable and must be set. https://bugzilla.gnome.org/show_bug.cgi?id=698949