Skip to content

nvdec: Fix for HEVC decoding when coded resolution is larger than display resolution

Seungha Yang requested to merge seungha.yang/gstreamer:nvdec-hevc-fix into main

As documented in the SDK header, we should set coded width/height values to the corresponding decoder configuration option, instead of display resolution

Fixes: #1438 (closed)

Edited by Seungha Yang

Merge request reports