summaryrefslogtreecommitdiff
path: root/gst/mxf/mxfmux.h
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2009-05-09 15:48:54 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2009-05-09 15:50:51 +0200
commitd09515b49f6c3ddc7969bd12cdb2c40239ba087c (patch)
treea2fc08ee4baac49d578d53966128c0fcd40173a5 /gst/mxf/mxfmux.h
parent18f8c9b0b4057ceaab867d9c36349362458f997a (diff)
downloadgstreamer-plugins-bad-d09515b49f6c3ddc7969bd12cdb2c40239ba087c.tar.gz
mxfmux: Write metadata items in reference order
This ensures that the metadata items are always written in the same order and that first comes the preface, then the identification linked from the preface, ... Some demuxers can't handle files where the metadata items are in random order.
Diffstat (limited to 'gst/mxf/mxfmux.h')
-rw-r--r--gst/mxf/mxfmux.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/mxf/mxfmux.h b/gst/mxf/mxfmux.h
index c8fd0b090..94330c46b 100644
--- a/gst/mxf/mxfmux.h
+++ b/gst/mxf/mxfmux.h
@@ -85,6 +85,7 @@ typedef struct _GstMXFMux {
MXFPrimerPack primer;
GHashTable *metadata;
+ GList *metadata_list;
MXFMetadataPreface *preface;
MXFFraction min_edit_rate;