Skip to content

msdkdec: log an error if leaking surfaces in finalize

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

The for loop in gst_msdkdec_handle_frame is error prone about how it manages surfaces. Because sometimes it sets the surface variable to NULL and sometimes it needs to free it right away. So better to print an error if surfaces are leaked to help with any change around the loop.

Merge request reports