From 4c58388cd50613f25ed1163071064afffb1848d3 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Mon, 10 Jul 2006 09:57:26 +0000 Subject: gst/qtdemux/qtdemux.c: Extract comment information!! Original commit message from CVS: * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta): Extract comment information!! --- gst/qtdemux/qtdemux.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'gst') diff --git a/gst/qtdemux/qtdemux.c b/gst/qtdemux/qtdemux.c index 2fc0a06a..291f0731 100644 --- a/gst/qtdemux/qtdemux.c +++ b/gst/qtdemux/qtdemux.c @@ -3713,6 +3713,11 @@ qtdemux_parse_udta (GstQTDemux * qtdemux, GNode * udta) qtdemux_tag_add_date (qtdemux, GST_TAG_DATE, node); } + node = qtdemux_tree_get_child_by_type (ilst, FOURCC__too); + if (node) { + qtdemux_tag_add_str (qtdemux, GST_TAG_COMMENT, node); + } + node = qtdemux_tree_get_child_by_type (ilst, FOURCC_trkn); if (node) { qtdemux_tag_add_num (qtdemux, GST_TAG_TRACK_NUMBER, -- cgit v1.2.1