Skip to content

va: h265dec: Fix a crash because of missing reference frame.

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

Some problematic H265 stream may miss the reference frame in the DPB, and get some message like: "No short term reference picture for xxx". So there may be empty entries in ref_pic_list0/1 when passing to decode_slice() function of sub class. We need to check the NULL pointer.

Merge request reports