summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2008-05-31 16:53:23 +0000
committerEdward Hervey <bilboed@bilboed.com>2008-05-31 16:53:23 +0000
commitfacf5d90c709d793bbbf057f2c0b659c5fad29b0 (patch)
treee65c8ae68526945a271eca0ac21f73fab35ea3df /ChangeLog
parentc39a49245f5f742865cb3b87e28e3c16fbfef76d (diff)
gst/qtdemux/: Improve meta-data handling, add 'comment', 'description' and 'copyright' tag handling.
Original commit message from CVS: Patch by: Bastien Nocera <hadess at hadess dot net> * gst/qtdemux/qtdemux.c: (qtdemux_tag_add_str), (qtdemux_parse_udta): * gst/qtdemux/qtdemux_fourcc.h: Improve meta-data handling, add 'comment', 'description' and 'copyright' tag handling. Fixes #535935
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1f956df9..90495e15 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2008-05-31 Edward Hervey <edward.hervey@collabora.co.uk>
+
+ Patch by: Bastien Nocera <hadess at hadess dot net>
+ * gst/qtdemux/qtdemux.c: (qtdemux_tag_add_str),
+ (qtdemux_parse_udta):
+ * gst/qtdemux/qtdemux_fourcc.h:
+ Improve meta-data handling, add 'comment', 'description' and
+ 'copyright' tag handling.
+ Fixes #535935
+
2008-05-31 Julien Moutte <julien@fluendo.com>
* gst/qtdemux/qtdemux.c: (gst_qtdemux_find_keyframe),