Skip to content

codecs: AV1: Ensure current picture and frame to NULL before return

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

The current code fails to clear the current picture and frame pointer if some flow error such as EOS happens. This causes the double free issue in gst_av1_decoder_reset().

Merge request reports