gst/qtdemux/qtdemux.c: Extract comment information!!
authorWim Taymans <wim.taymans@gmail.com>
Mon, 10 Jul 2006 09:57:26 +0000 (09:57 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Mon, 10 Jul 2006 09:57:26 +0000 (09:57 +0000)
Original commit message from CVS:
* gst/qtdemux/qtdemux.c: (qtdemux_parse_udta):
Extract comment information!!

ChangeLog
gst/qtdemux/qtdemux.c

index 989b734bc017051497cd06034a23bc0a2943b50d..99ff35c466d9022ebdc5d13c84313db98f23a6b4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-07-10  Wim Taymans  <wim@fluendo.com>
+
+       * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta):
+         Extract comment information!!
+
 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
 
        * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
index 2fc0a06ac0585c07866308c4f10f93267477adcf..291f073175d565ff42cd8cfe4b6cba2fc682d53e 100644 (file)
@@ -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,