[Bug 783521] gl: Add "direct" dmabuf uploader

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Jul 30 10:07:43 UTC 2018


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

Michael Olbrich <m.olbrich at pengutronix.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #372959|needs-work                  |none
             status|                            |
 Attachment #372959|0                           |1
        is obsolete|                            |

--- Comment #38 from Michael Olbrich <m.olbrich at pengutronix.de> ---
Created attachment 373216
  --> https://bugzilla.gnome.org/attachment.cgi?id=373216&action=edit
gl/egl: Add gst_egl_image_from_dmabuf_direct() function

The colorspace conversion happens during the upload so the necessary hints
must be provided to ensure that the conversion works correctly.

At least the Mesa Intel driver will create a texture without error but
produces an incorrect result. Use eglQueryDmaBufModifiersEXT() to check if
non-external upload is supported for the given format.

Based on a patch from Carlos Rafael Giani <dv at pseudoterminal.org>.


Updated as requested.

Note: I've only tested the autoconf checks. I think the meson part is
correct but I cannot test this here.

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