diff options
author | Bastien Nocera <hadess@hadess.net> | 2008-05-31 16:53:23 +0000 |
---|---|---|
committer | Edward Hervey <bilboed@bilboed.com> | 2008-05-31 16:53:23 +0000 |
commit | facf5d90c709d793bbbf057f2c0b659c5fad29b0 (patch) | |
tree | e65c8ae68526945a271eca0ac21f73fab35ea3df /ChangeLog | |
parent | c39a49245f5f742865cb3b87e28e3c16fbfef76d (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-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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), |