Skip to content

msdkdec: fix surface leak in msdkdec_handle_frame

Julien Isorce requested to merge cap/gst-plugins-bad:msdk_fix_leak into master

Can be reproduced with: videotestsrc ! x264enc key-int-max=$N !
h264parse ! msdkh264dec ! fakesink sync=1

It happens with any gop size but the smaller is the distance N between key frames, the quicker it is leaking.

Fixes #1023 (closed)

Edited by Julien Isorce

Merge request reports