The source project of this merge request has been removed.
vtdec: fix leak of CMFormatDescription
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