summaryrefslogtreecommitdiffstats
path: root/gst/qtdemux/qtdemux_types.c
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_types.c
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_types.c')
-rw-r--r--gst/qtdemux/qtdemux_types.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gst/qtdemux/qtdemux_types.c b/gst/qtdemux/qtdemux_types.c
index 76813b06..7e780778 100644
--- a/gst/qtdemux/qtdemux_types.c
+++ b/gst/qtdemux/qtdemux_types.c
@@ -108,6 +108,8 @@ static const QtNodeType qt_node_types[] = {
{FOURCC_rdrf, "rdrf", 0,},
{FOURCC__gen, "Custom Genre", QT_FLAG_CONTAINER,},
{FOURCC_ctts, "Composition time to sample", 0, qtdemux_dump_ctts},
+ {FOURCC_XiTh, "XiTh", 0},
+ {FOURCC_XdxT, "XdxT", 0},
{0, "unknown", 0,},
};
static const int n_qt_node_types =