Skip to content

plugins/screencast: Specify the effective drm format

Vlad Zahorodnii requested to merge work/zzag/screen-cast-format into master

Currently, the dmabuf format is hardcoded to DRM_FORMAT_ARGB8888, but testCreateDmabuf() uses m_drmFormat.

Furthermore, if the shm buffers are used, it's preferred to use a buffer format that's friendly to QImage and OpenGL, which is DRM_FORMAT_ARGB8888.

Merge request reports