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

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri May 3 02:14:04 PDT 2013


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

Sebastian Dröge <slomo> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |slomo at circular-chaos.org
         Resolution|                            |FIXED
   Target Milestone|HEAD                        |1.1.1

--- Comment #1 from Sebastian Dröge <slomo at circular-chaos.org> 2013-05-03 09:13:53 UTC ---
This should also help the sink if I'm not missing anything, at least if the
sink is providing buffers to upstream.

commit de5a63bb0999aa72a152b82ed349ec129a79358a
Author: Michael Olbrich <m.olbrich at pengutronix.de>
Date:   Thu May 2 09:41:01 2013 +0200

    v4l2: try to allocate new buffers with VIDIOC_CREATE_BUFS if needed

    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.

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

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