Skip to content

mxfdemux: Store GstMXFDemuxEssenceTrack in their own fixed allocation

Previously they were stored inline inside a GArray, but as references to the tracks were stored in various other places although the array could still be updated (and reallocated!), this could lead to dangling references in various places.

Instead now store them in a GPtrArray in their own allocation so each track's memory position stays fixed.

Merge request reports