Skip to content
Commit 76866353 authored by Aleix Pol Gonzalez's avatar Aleix Pol Gonzalez 🐧 Committed by 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.


(cherry picked from commit b8ec58e8)
parent 89810e34
Pipeline #313985 passed with stage
in 1 minute and 34 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