nvh265sldec: Always fill SPS/PPS related parameters
authorSeungha Yang <seungha@centricular.com>
Fri, 11 Mar 2022 14:20:26 +0000 (23:20 +0900)
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Fri, 11 Mar 2022 16:14:14 +0000 (16:14 +0000)
commit423111480c63cd5fe7edb4425a0f21de413c38df
tree80b8f89040d94a3376ca2da21a526aad5f4bc532
parentbd2a55dcb3f708bfedd1392a0b493a61699eda57
nvh265sldec: Always fill SPS/PPS related parameters

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.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1931>
subprojects/gst-plugins-bad/sys/nvcodec/gstnvh265dec.c