Skip to content

nvh265sldec: Always fill SPS/PPS related parameters

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

Address compare was not a valid approach since it works only if SPS/PPS id are changed. Otherwise it will always point to the same address of member variables of h265parser.

Merge request reports