summaryrefslogtreecommitdiffstats
path: root/gst/matroska/ebml-ids.h
diff options
context:
space:
mode:
authorArwed v. Merkatz <v.merkatz@gmx.net>2004-09-01 12:10:21 +0000
committerArwed v. Merkatz <v.merkatz@gmx.net>2004-09-01 12:10:21 +0000
commite83fb2a3c26a1a704a59e3eb03465782535e62e0 (patch)
tree2c553a98df11deb0083bc39fc03a84cb874f2978 /gst/matroska/ebml-ids.h
parent5488fa27bc7f727adb4edd2e14da4012119e52d7 (diff)
Write track and segment UIDs, write muxing date, write TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
Original commit message from CVS: Write track and segment UIDs, write muxing date, write TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
Diffstat (limited to 'gst/matroska/ebml-ids.h')
-rw-r--r--gst/matroska/ebml-ids.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gst/matroska/ebml-ids.h b/gst/matroska/ebml-ids.h
index 329f036c..0dd120c3 100644
--- a/gst/matroska/ebml-ids.h
+++ b/gst/matroska/ebml-ids.h
@@ -42,6 +42,9 @@ G_BEGIN_DECLS
/* general EBML types */
#define GST_EBML_ID_VOID 0xEC
+/* EbmlDate offset from the unix epoch in seconds, 2001/01/01 00:00:00 UTC */
+#define GST_EBML_DATE_OFFSET 978307200
+
G_END_DECLS
#endif /* __GST_EBML_IDS_H__ */