[Bug 583890] v4l2: Implement V4L2_MEMORY_USERPTR support

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Nov 25 04:57:48 PST 2013


https://bugzilla.gnome.org/show_bug.cgi?id=583890
  GStreamer | gst-plugins-good | git

--- Comment #36 from Sebastian Dröge (slomo) <slomo at coaxion.net> 2013-11-25 12:57:40 UTC ---
The problem with USERPTR is that it's completely unknown what the requirements
for the memory are. Is it enough to be some memory? Does it need to be
physically contiguous? Does it need to be something else?

This information can't be retrieved via V4L2 and is completely dependant on the
hardware and driver AFAIK. Due to this I don't think it makes sense to
generically implement USERPTR support as it will never work reliably in all
situations.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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