summaryrefslogtreecommitdiffstats
path: root/gst/qtdemux/qtdemux_fourcc.h
diff options
context:
space:
mode:
authorMark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>2009-10-07 14:03:17 +0200
committerMark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>2009-10-09 17:49:06 +0200
commitb2d70862e8c642ddf7c7d4af73ead3f168b55810 (patch)
treefe1a2c7568bac94e6d26f8c6b17ce99b0203b0ec /gst/qtdemux/qtdemux_fourcc.h
parentfaaa32dccbbec6ae1f29e5dcc21de2ef74c8ad89 (diff)
qtdemux: support 3GPP timed text subtitles
In particular, also make subtitle support less subp(icture)-centric.
Diffstat (limited to 'gst/qtdemux/qtdemux_fourcc.h')
-rw-r--r--gst/qtdemux/qtdemux_fourcc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gst/qtdemux/qtdemux_fourcc.h b/gst/qtdemux/qtdemux_fourcc.h
index edf50425..a5039410 100644
--- a/gst/qtdemux/qtdemux_fourcc.h
+++ b/gst/qtdemux/qtdemux_fourcc.h
@@ -146,6 +146,9 @@ G_BEGIN_DECLS
#define FOURCC_keyw GST_MAKE_FOURCC('k','e','y','w')
#define FOURCC_kywd GST_MAKE_FOURCC('k','y','w','d')
#define FOURCC_agsm GST_MAKE_FOURCC('a','g','s','m')
+#define FOURCC_text GST_MAKE_FOURCC('t','e','x','t')
+#define FOURCC_tx3g GST_MAKE_FOURCC('t','x','3','g')
+#define FOURCC_mp4s GST_MAKE_FOURCC('m','p','4','s')
/* 3gpp asset meta data fourcc */
#define FOURCC_titl GST_MAKE_FOURCC('t','i','t','l')