summaryrefslogtreecommitdiffstats
path: root/gst/mxf/mxftypes.h
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2009-03-19 14:30:34 +0100
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2009-03-21 10:19:49 +0100
commitb409f71f4950f88dfc1f7590dbab41ef07168b39 (patch)
treed56fd34d08733f6634fe01c43cf6f695ae8edfdf /gst/mxf/mxftypes.h
parenta19f0375ec009a0552498c9045cb69492cbab10a (diff)
downloadgst-plugins-bad-b409f71f4950f88dfc1f7590dbab41ef07168b39.tar.gz
gst-plugins-bad-b409f71f4950f88dfc1f7590dbab41ef07168b39.tar.bz2
gst-plugins-bad-b409f71f4950f88dfc1f7590dbab41ef07168b39.zip
mxf: Start implementing a central UL database and add some helper functions and use them
Diffstat (limited to 'gst/mxf/mxftypes.h')
-rw-r--r--gst/mxf/mxftypes.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gst/mxf/mxftypes.h b/gst/mxf/mxftypes.h
index f0878597..ffb40d9c 100644
--- a/gst/mxf/mxftypes.h
+++ b/gst/mxf/mxftypes.h
@@ -29,6 +29,10 @@ typedef struct {
guint8 u[16];
} MXFUL;
+typedef struct {
+ guint8 u[16];
+} MXFUUID;
+
/* SMPTE 377M 3.2 */
typedef struct {
guint8 u[32];