emersion / xdg-desktop-portal-wlr

xdg-desktop-portal backend for wlroots
MIT License
580 stars 54 forks source link

screencast: Use spa_pod_dynamic_builder #260

Closed columbarius closed 1 year ago

columbarius commented 1 year ago

Modern GPUs support many modifiers which increases the size required for the param_buffer. Instead of randomly bumping the hardcoded value we can use spa_pod_dynamic_builder, which increases the buffer automatically.

Superseedes: #258

emersion commented 1 year ago

Looks good to me from a quick look.

columbarius commented 1 year ago

Thanks!