backends/screen-cast: Pass pixel format to DMA-BUF constructor

Following the previous commit, do the same function parameter
treatment to meta_screen_cast_create_dma_buf_handle().

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3175>
This commit is contained in:
Georges Basile Stavracas Neto
2023-08-11 16:00:32 -03:00
parent b391ded7bf
commit e24be82c12
3 changed files with 10 additions and 7 deletions

View File

@ -1061,6 +1061,7 @@ on_stream_add_buffer (void *data,
{
dmabuf_handle =
meta_screen_cast_create_dma_buf_handle (screen_cast,
COGL_PIXEL_FORMAT_BGRX_8888,
priv->video_format.size.width,
priv->video_format.size.height);
}