mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-04-23 06:47:02 -04:00
When streams are skipped via continue in updateDescriptors(), the loop index i and descriptorSetLen diverge. The image info is written at descriptorSetLen but pImageInfo was referencing index i, pointing to uninitialized memory and causing incorrect Vulkan descriptor updates. Fix by using descriptorSetLen consistently. Signed-off-by: Wang Yu <wangyu@uniontech.com> |
||
|---|---|---|
| .. | ||
| examples | ||
| include | ||
| include-private/spa-private | ||
| lib | ||
| plugins | ||
| tests | ||
| tools | ||
| meson.build | ||