diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2006-08-16 13:01:32 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2006-08-16 13:01:32 +0000 |
commit | 81d46b82779e8672b48d5cc3e94d59e54838afd8 (patch) | |
tree | 13e6fc0e488d38557cd985f5b852dae3a6b069a7 /ChangeLog | |
parent | e501141c7598a12e2e0798484f96d4efe6961de7 (diff) |
configure.ac: Require CVS of GStreamer core and -base (for
Original commit message from CVS:
* configure.ac:
Require CVS of GStreamer core and -base (for
GST_TAG_EXTENDED_COMMENT and gst_tag_parse_extended_comment()).
* ext/taglib/gstid3v2mux.cc:
Write extended comment tags properly (#348762).
* gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame),
(parse_comment_frame):
Extract COMM frames into extended comments, which makes it
easier to properly retain the description bit of the tag
and maintain this information when re-tagging (#348762).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,5 +1,20 @@ 2006-08-16 Tim-Philipp Müller <tim at centricular dot net> + * configure.ac: + Require CVS of GStreamer core and -base (for + GST_TAG_EXTENDED_COMMENT and gst_tag_parse_extended_comment()). + + * ext/taglib/gstid3v2mux.cc: + Write extended comment tags properly (#348762). + + * gst/id3demux/id3v2frames.c: (id3demux_id3v2_parse_frame), + (parse_comment_frame): + Extract COMM frames into extended comments, which makes it + easier to properly retain the description bit of the tag + and maintain this information when re-tagging (#348762). + +2006-08-16 Tim-Philipp Müller <tim at centricular dot net> + * tests/check/Makefile.am: Don't try to run annodex unit tests if the annodex plugin has not been built (Fixes #351116). |