[Bug 699447] New: v4l2: try to allocate new buffers with VIDIOC_CREATE_BUFS if needed

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu May 2 02:32:42 PDT 2013


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

           Summary: v4l2: try to allocate new buffers with
                    VIDIOC_CREATE_BUFS if needed
    Classification: Platform
           Product: GStreamer
           Version: git
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: Normal
         Component: gst-plugins-good
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: m.olbrich at pengutronix.de
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


Created an attachment (id=243024)
 --> (https://bugzilla.gnome.org/attachment.cgi?id=243024)
patch

If max_buffers is 0 then an arbitrary number of buffers (currently 4) is
allocated. If this is not enough v4l2src starts copying buffers.
With this patch VIDIOC_CREATE_BUFS is used to allocate a new buffer. If
this fails v4l2src falls back to copying buffers.

-- 
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