Draft: plugins/screencast: Set buffer block count to 1 when using implicit modifier
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.