Skip to content

eglimage: add Y210 / Y212_LE / Y212_BE / Y410 / Y412_LE DMABuf import support

Haihao Xiang requested to merge haihao/gstreamer:dmabuf-y21x-y41x into main

The patchset added support for Y210 / Y212_LE / Y212_BE / Y410 / Y412_LE DMABuf import

example: GST_GL_PLATFORM=egl gst-launch-1.0 videotestsrc ! msdkvpp ! "video/x-raw(memory:DMABuf),format=xxx" ! glimagesink

Note: mesa/mesa!13825 is required for Y412_LE.

Edited by Haihao Xiang

Merge request reports