From facf5d90c709d793bbbf057f2c0b659c5fad29b0 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Sat, 31 May 2008 16:53:23 +0000 Subject: gst/qtdemux/: Improve meta-data handling, add 'comment', 'description' and 'copyright' tag handling. Original commit message from CVS: Patch by: Bastien Nocera * 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 --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 1f956df9..90495e15 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2008-05-31 Edward Hervey + + Patch by: Bastien Nocera + * 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 * gst/qtdemux/qtdemux.c: (gst_qtdemux_find_keyframe), -- cgit