Skip to content

va: Fix the caps memory leak by gst_va_pool_new_with_config().

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

The gst_va_pool_new_with_config() will ref the caps, and so we need to unref after that.

Merge request reports