Skip to content

va: vpp: Copy all the meta data unconditionally when preparing input buffer

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

The current way of using parent's copy_metadata() virtual function will selectively filter out some meta such as crop meta. That virtual function should be used when copying input buffer's meta data into output buffer, not suitable when importing the input buffer.

Fixes: #2653 (closed)

Edited by Víctor Manuel Jáquez Leal

Merge request reports