Skip to content

d3d11decoder: Add support for non-zero crop-{x,y} position

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

AVC and HEVC define crop rectangle and the x/y coordinates might not be zero. This commit will address the non-zero x/y offset coordinates via GstVideoCropMeta if downstream supports the meta and d3d11 memory. Otherwise decoder will copy decoded texture into output frame.

Edited by Seungha Yang

Merge request reports