From eeef238248378704b2a47a346fb4365001dc36ae Mon Sep 17 00:00:00 2001 From: Tim-Philipp Müller Date: Thu, 2 Mar 2006 15:14:22 +0000 Subject: configure.ac: Bump requirements to current core and -base CVS (core for new typefind helper API, and -base for the Original commit message from CVS: * configure.ac: Bump requirements to current core and -base CVS (core for new typefind helper API, and -base for the WAVFORMATEX support that was added to libgstriff and is needed by wavparse). * gst/apetag/Makefile.am: * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain), (gst_tag_demux_sink_activate): Use new typefind helpers for typefinding instead of our home-grown stuff; also, do typefinding in pull-mode if upstream supports that. --- ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 7002d737..9669ae22 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +2006-03-02 Tim-Philipp Müller + + * configure.ac: + Bump requirements to current core and -base CVS + (core for new typefind helper API, and -base for the + WAVFORMATEX support that was added to libgstriff and + is needed by wavparse). + + * gst/apetag/Makefile.am: + * gst/apetag/gsttagdemux.c: (gst_tag_demux_chain), + (gst_tag_demux_sink_activate): + Use new typefind helpers for typefinding instead of our + home-grown stuff; also, do typefinding in pull-mode if + upstream supports that. + 2006-02-28 Jürg Billeter Reviewed by: Christian Schaller -- cgit