[Bug 583890] v4l2: Implement V4L2_MEMORY_USERPTR support

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Sat Jul 14 03:13:47 UTC 2018


https://bugzilla.gnome.org/show_bug.cgi?id=583890

--- Comment #65 from Nicolas Dufresne (ndufresne) <nicolas at ndufresne.ca> ---
Created attachment 373056
  --> https://bugzilla.gnome.org/attachment.cgi?id=373056&action=edit
v4l2bufferpool: Validate that capture buffers were queued

When the pool is started, we allocate and release buffer, expecting
the pool release-buffer handler to queue them. Though, as we rely
on release function, there is no direct way to detect that this
process didn't work.

To check this, validate that the number of queued buffer is the same
as the number of allocated buffers. This allow returning an error
when buffer importation was refused by the driver.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list