From 061d780c8fec63e3beb56c28f9249c23d5871e5a Mon Sep 17 00:00:00 2001 From: "Ronald S. Bultje" Date: Fri, 25 Feb 2005 09:05:38 +0000 Subject: gst-libs/gst/tag/tag.h: Add the MusicBrainz tags and prototype gst_tag_register_musicbrainz_tags(). Original commit message from CVS: Reviewed by: Ronald S. Bultje * gst-libs/gst/tag/tag.h: Add the MusicBrainz tags and prototype gst_tag_register_musicbrainz_tags(). * gst/tags/Makefile.am: Add tags.c. * gst/tags/tags.c: Implement gst_tag_register_musicbrainz_tags(). * ext/vorbis/oggvorbisenc.c: Register the MusicBrainz tags. * gst/tags/gstvorbistag.c: Add mapping for MusicBrainz tags. All above fixes #167639. --- ChangeLog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f9112e4c..b06fc761 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +2005-02-18 Ross Burton + + Reviewed by: Ronald S. Bultje + + * gst-libs/gst/tag/tag.h: + Add the MusicBrainz tags and prototype + gst_tag_register_musicbrainz_tags(). + * gst/tags/Makefile.am: + Add tags.c. + * gst/tags/tags.c: + Implement gst_tag_register_musicbrainz_tags(). + * ext/vorbis/oggvorbisenc.c: + Register the MusicBrainz tags. + * gst/tags/gstvorbistag.c: + Add mapping for MusicBrainz tags. All above fixes #167639. + 2005-02-25 Luca Ognibene Reviewed by: Ronald S. Bultje -- cgit v1.2.1