Skip to content
Commit b8ec58e8 authored by Aleix Pol Gonzalez's avatar Aleix Pol Gonzalez 🐧
Browse files

Record: Make sure the frames we encode are in an expected format

QImage does not support BGRA32, which is what we are feeding from the
dmabuf. Have OpenGL download a GL_RGBA and put it into a QImage without
trying to guess what's on the other side, which just works.

While at it, warn when a format conversion defaults, so we can know
which values we need to have under control.
parent b66b1aa3
Pipeline #313984 passed with stage
in 3 minutes and 13 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment