Skip to content

va: vpp: Fix the memory leak in fixate_caps().

He Junyan requested to merge He_Junyan/gstreamer:vpp_fixate_memleak into main

For the BaseTransform class, the function of fixate_caps(), takes the ownership of "othercaps". So we should clear it in our subclass.

Merge request reports