summaryrefslogtreecommitdiffstats
path: root/gst/matroska/matroska-ids.h
diff options
context:
space:
mode:
Diffstat (limited to 'gst/matroska/matroska-ids.h')
-rw-r--r--gst/matroska/matroska-ids.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gst/matroska/matroska-ids.h b/gst/matroska/matroska-ids.h
index 1c425c17..ec87fa56 100644
--- a/gst/matroska/matroska-ids.h
+++ b/gst/matroska/matroska-ids.h
@@ -153,6 +153,8 @@
#define GST_MATROSKA_CODEC_ID_AUDIO_TTA "A_TTA1"
/* TODO: AC3-9/10 (?), Real, Musepack, Quicktime */
+#define GST_MATROSKA_CODEC_ID_SUBTITLE_UTF8 "S_TEXT/UTF8"
+
/*
* Matrodka tags. Strings.
*/
@@ -223,6 +225,7 @@ typedef struct _GstMatroskaTrackContext {
guint uid, num;
GstMatroskaTrackFlags flags;
guint64 default_duration;
+ guint64 pos;
} GstMatroskaTrackContext;
typedef struct _GstMatroskaTrackVideoContext {