Skip to content

video: Convert info_to_caps to take self as const ptr

From !1005 (comment 755348)

This requires a slight modification to the function itself because it was overwriting a member locally.

However, now this side-effect cannot be observed outside the function anymore.

CC @slomo

Merge request reports