[Bug 741134] v4l2: CREATE_BUF support is broken

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Dec 4 14:05:49 PST 2014


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

--- Comment #1 from Nicolas Dufresne (stormer) <nicolas.dufresne at collabora.co.uk> 2014-12-04 22:05:47 UTC ---
Fixed in master:
commit 319efc3e202d521acf521bfd94f97852afe2c602
Author: Nicolas Dufresne <nicolas.dufresne at collabora.com>
Date:   Wed Dec 3 17:07:49 2014 -0500

    v4l2pool: Fix CREATE_BUFS support for capture

    This patch fixes CREATE_BUFS support for capture devices. Initially we
    would only try and allocate more buffers when the copy threshold
    is reached. When the threshold was not set (needed) it would never
    happen. Another problem is that on capture side, acquire returns
    filled buffer, hence need to pool. We need to set a special flag to
    force allocation to happen.

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

commit b80edd2ee2e4b8c6154c37ed115fee90ff381053
Author: Nicolas Dufresne <nicolas.dufresne at collabora.com>
Date:   Wed Dec 3 16:27:59 2014 -0500

    v4l2allocator: Fix CREATE_BUF probing

    Current for every memory type we where probing MMAP CREATE_BUFS ioct.

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

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