Skip to content

amc: Fix crash when a sync_meta survives its sink

Xavier Claessens requested to merge xclaesse/gst-plugins-bad:amc-crash into master

_amc_gl_free() could be called after the GstAmcVideoDec has been finalized, in the case downstream still has a ref to a buffer.

Merge request reports