[Bug 719779] New: v4l2: Should not call VIDIOC_REQBUFS on _pool_set_config()
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Tue Dec 3 07:06:12 PST 2013
https://bugzilla.gnome.org/show_bug.cgi?id=719779
GStreamer | gst-plugins-good | git
Summary: v4l2: Should not call VIDIOC_REQBUFS on
_pool_set_config()
Classification: Platform
Product: GStreamer
Version: git
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: gst-plugins-good
AssignedTo: gstreamer-bugs at lists.freedesktop.org
ReportedBy: nicolas.dufresne at collabora.co.uk
QAContact: gstreamer-bugs at lists.freedesktop.org
GNOME version: ---
Currently VIDIOC_REQBUFS is called each time the configuration of the buffer
pool is changed. The problem is that VIDIOC_REQBUFS do allocated on the kernel
size the required memory. Very often that memory is contiguous, which takes a
lot of time to allocate, and locks a lot of resources. To add to this problem,
certain driver don't allow calling this REQBUFS more then once, causing the
buffer pool to be rejected.
--
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