summaryrefslogtreecommitdiffstats
path: root/gst/qtdemux/qtdemux_fourcc.h
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2007-11-15 16:31:32 +0000
committerWim Taymans <wim.taymans@gmail.com>2007-11-15 16:31:32 +0000
commita4540bca1e0ee64dc60c68cec03e5f3e9639e92c (patch)
treedfb83ce2b55ec8e4ea7d6fca9bb28b7b64b171b9 /gst/qtdemux/qtdemux_fourcc.h
parent66ca1b2280a918d3bd7c7ce09ec22d485be34666 (diff)
gst/qtdemux/: Add suppport for theora in quicktime according to XiphQT.
Original commit message from CVS: * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state), (gst_qtdemux_prepare_current_sample), (gst_qtdemux_loop_state_movie), (qtdemux_parse_theora_extension), (qtdemux_parse_node), (qtdemux_parse_trak), (qtdemux_video_caps): * gst/qtdemux/qtdemux_fourcc.h: * gst/qtdemux/qtdemux_types.c: Add suppport for theora in quicktime according to XiphQT.
Diffstat (limited to 'gst/qtdemux/qtdemux_fourcc.h')
-rw-r--r--gst/qtdemux/qtdemux_fourcc.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/gst/qtdemux/qtdemux_fourcc.h b/gst/qtdemux/qtdemux_fourcc.h
index 16ad8511..cd8197c3 100644
--- a/gst/qtdemux/qtdemux_fourcc.h
+++ b/gst/qtdemux/qtdemux_fourcc.h
@@ -128,6 +128,13 @@ G_BEGIN_DECLS
#define FOURCC_frma GST_MAKE_FOURCC('f','r','m','a')
#define FOURCC_ctts GST_MAKE_FOURCC('c','t','t','s')
+/* Xiph fourcc */
+#define FOURCC_XiTh GST_MAKE_FOURCC('X','i','T','h')
+#define FOURCC_XdxT GST_MAKE_FOURCC('X','d','x','T')
+#define FOURCC_tCtH GST_MAKE_FOURCC('t','C','t','H')
+#define FOURCC_tCt_ GST_MAKE_FOURCC('t','C','t','#')
+#define FOURCC_tCtC GST_MAKE_FOURCC('t','C','t','C')
+
G_END_DECLS
#endif /* __GST_QTDEMUX_FOURCC_H__ */