Skip to content

h265parse: Fix uninitialized width and height when update src caps.

He Junyan requested to merge He_Junyan/gstreamer:parse_h265_ratio into main

The commit b90d0274 introduces uninitialized width and height when we consider to change the "pixel-aspect-ratio" for some interlaced stream. We need to check the resolution in the src caps, and if no resolution info found, there is no need to consider the aspect ratio.

Merge request reports