From 5bc69ce9bd487cce89fbd13277492c7106ef410e Mon Sep 17 00:00:00 2001 From: Tim-Philipp Müller Date: Mon, 6 Feb 2006 10:56:07 +0000 Subject: Add APE tag demuxer (#325649). Original commit message from CVS: * configure.ac: * docs/plugins/Makefile.am: * docs/plugins/gst-plugins-good-plugins-docs.sgml: * docs/plugins/gst-plugins-good-plugins-sections.txt: * docs/plugins/gst-plugins-good-plugins.hierarchy: * docs/plugins/inspect/plugin-apetag.xml: * gst/apetag/Makefile.am: * gst/apetag/gstapedemux.c: * gst/apetag/gstapedemux.h: * gst/apetag/gsttagdemux.c: * gst/apetag/gsttagdemux.h: Add APE tag demuxer (#325649). --- ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 13e2a933..781ac985 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +2006-02-06 Tim-Philipp Müller + + * configure.ac: + * docs/plugins/Makefile.am: + * docs/plugins/gst-plugins-good-plugins-docs.sgml: + * docs/plugins/gst-plugins-good-plugins-sections.txt: + * docs/plugins/gst-plugins-good-plugins.hierarchy: + * docs/plugins/inspect/plugin-apetag.xml: + * gst/apetag/Makefile.am: + * gst/apetag/gstapedemux.c: + * gst/apetag/gstapedemux.h: + * gst/apetag/gsttagdemux.c: + * gst/apetag/gsttagdemux.h: + Add APE tag demuxer (#325649). + 2006-02-05 Jan Schmidt * ext/gconf/gconf.c: (gst_gconf_get_default_audio_sink), -- cgit