summaryrefslogtreecommitdiffstats
path: root/gst
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2006-07-10 09:57:26 +0000
committerWim Taymans <wim.taymans@gmail.com>2006-07-10 09:57:26 +0000
commit4c58388cd50613f25ed1163071064afffb1848d3 (patch)
tree82b3985eac581204891a6617b55a182ad2e419a0 /gst
parent07a62a3b69e77aca1b3b15c67ca51c9f98ca3d99 (diff)
downloadgst-plugins-bad-4c58388cd50613f25ed1163071064afffb1848d3.tar.gz
gst-plugins-bad-4c58388cd50613f25ed1163071064afffb1848d3.tar.bz2
gst-plugins-bad-4c58388cd50613f25ed1163071064afffb1848d3.zip
gst/qtdemux/qtdemux.c: Extract comment information!!
Original commit message from CVS: * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta): Extract comment information!!
Diffstat (limited to 'gst')
-rw-r--r--gst/qtdemux/qtdemux.c5
1 files changed, 5 insertions, 0 deletions
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,