Skip to content

codecs: h265decoder: Fix per-slice leak

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

As documented, slice header parsed via gst_h265_parser_parse_slice_hdr() should be cleared, otherwise it would result in memory leak.

Merge request reports