Skip to content

Draft: plugins/screencast: Set buffer block count to 1 when using implicit modifier

Vlad Zahorodnii requested to merge work/zzag/plugins-screencast-block-count into master

When using an implicit modifier, the buffer is effectively a black box. It should not happen, but it's also not guaranteed that two buffers will have the same plane count when they are allocated with an implicit modifier. To harden against that case, set the buffer block count to 1, so buffers with implicit modifier have n_datas == 1.

CCBUG: 483681

Merge request reports