mxfmux: Add all local tags to the primer
authorSebastian Dröge <sebastian@centricular.com>
Mon, 9 Jan 2023 10:39:55 +0000 (12:39 +0200)
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Tue, 10 Jan 2023 11:10:10 +0000 (11:10 +0000)
commitbd91768692bf242768c95c3ff8285dfc367c2d1d
tree64a1b0b5baa92e908a2cd7a43c4009c8d47f7d38
parentd43ee08f133113a83a470175ea37196434c5e11b
mxfmux: Add all local tags to the primer

No matter if they're allocated via GSlice or malloc(). The allocator is
completely irrelevant, all local tags need to be in the primer so they
can be handled.

This didn't have any effect in practice because all local tags that
appear in the muxer are allocated via GSlice. Only from the demuxer they
might be allocated via malloc().

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3699>
subprojects/gst-plugins-bad/gst/mxf/mxfmetadata.c