diff options
author | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2009-02-04 11:09:26 +0100 |
---|---|---|
committer | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2009-02-04 11:12:14 +0100 |
commit | 3e2a880c6b9a23591501b9da594afa9284658bbd (patch) | |
tree | d232e0b31512eec5a9ebe1852c39db5b3401aae9 /gst/mxf/mxftypes.h | |
parent | c0557df34d85b9886913ee470b8c97355ced074c (diff) | |
download | gst-plugins-bad-3e2a880c6b9a23591501b9da594afa9284658bbd.tar.gz gst-plugins-bad-3e2a880c6b9a23591501b9da594afa9284658bbd.tar.bz2 gst-plugins-bad-3e2a880c6b9a23591501b9da594afa9284658bbd.zip |
Post an UMID tag with the current package's UMID
Diffstat (limited to 'gst/mxf/mxftypes.h')
-rw-r--r-- | gst/mxf/mxftypes.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gst/mxf/mxftypes.h b/gst/mxf/mxftypes.h index 73f4a834..a59ac742 100644 --- a/gst/mxf/mxftypes.h +++ b/gst/mxf/mxftypes.h @@ -154,4 +154,6 @@ typedef struct { GHashTable *other_tags; } MXFIndexTableSegment; +#define GST_TAG_MXF_UMID "mxf-umid" + #endif /* __MXF_TYPES_H__ */ |