va: h265dec: Do not add non reference frames into ref list.
authorHe Junyan <junyan.he@intel.com>
Fri, 16 Jul 2021 05:21:11 +0000 (13:21 +0800)
committerHe Junyan <junyan.he@intel.com>
Fri, 16 Jul 2021 07:50:47 +0000 (15:50 +0800)
commit6a9f84a2dec6755bb9b53a50bec6d9611b8c0541
tree730d8e146faf1c51d24cb3d3f264be397dfe8f94
parent26fe5527079c5ee6eb9f8982f3e3a50c62ddfb6d
va: h265dec: Do not add non reference frames into ref list.

The VA's ReferenceFrames should only contain the reference frame, we
should not add the non reference frames into this list.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/2414>
sys/va/gstvah265dec.c