Skip to content

vtdec: fix leak of CMFormatDescription

Roman Shpuntov requested to merge (removed):vtdec_memory_leak into master
There was consideration for replacing the CMFormatDescription used
on format changes in `set_format()` however on shutdown, we were
leaking the CMFormatDescription at the end of processing.

https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/issues/1106
Edited by Matthew Waters

Merge request reports