Skip to content

d3d11convert: Add support for GstVideoCropMeta

Seungha Yang requested to merge seungha.yang/gstreamer:d3d11-crop into main

Performs crop, scale, and color space conversion all in a single render pipeline. Note that cropping related property is not added in this element (which will make negotiation very complicated), but user can configure videocrop element for crop meta to be attached on each buffer.

Merge request reports