Skip to content

videoparsers: h265parser: Do not use cropped size as caps.

In spec 7.4.3.2.1, it says: NOTE 3 – The conformance cropping window offset parameters are only applied at the output. All internal decoding processes are applied to the uncropped picture size.

So, as parser's output and decoder's input, it should maintain the original size rather than the cropped size to generate the video caps.

Merge request reports