Skip to content

va: postproc enable cropping

If incoming buffers have crop meta it's done by vapostproc if it's not in passthrough mode and downstream doesn't handle it.

Cropping is supported via buffers' crop meta. It's only done if the postproccessor is not in passthrough mode or if downstream doesn't support the crop meta API.

gst-launch-1.0 videotestsrc ! "video/x-raw,format=(string)NV12" ! videocrop bottom=50 left=100 ! vapostproc ! autovideosink

Depends on: gst-plugins-good!915 (merged)

Edited by Víctor Manuel Jáquez Leal

Merge request reports