Skip to content

d3d11videosink: Use pixel aspect ratio to setup window draw area

Seungha Yang requested to merge seungha.yang/gst-plugins-bad:fw-d3d11-par into master

... instead of calculated display ratio from given PAR and DAR.

d3d11window calculates output display ratio to decide padding area per window resize event. In the formula, actual PAR is required to handle both 1:1 PAR and non-1:1 PAR.

Merge request reports