diff --git a/ChangeLog b/ChangeLog index 0685f78b34..0df49e6eb3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-04-06 Tim-Philipp Müller + + * configure.ac: + Bump core requirements to CVS for gst_pad_query_peer_duration() + which is used by speexdec. + 2006-04-05 Tim-Philipp Müller * ext/speex/gstspeex.c: (plugin_init): diff --git a/configure.ac b/configure.ac index d8182d46cc..72f8b83ef4 100644 --- a/configure.ac +++ b/configure.ac @@ -42,7 +42,7 @@ dnl AS_LIBTOOL_TAGS AM_PROG_LIBTOOL dnl *** required versions of GStreamer stuff *** -GST_REQ=0.10.4 +GST_REQ=0.10.4.1 GSTPB_REQ=0.10.5.1 dnl *** autotools stuff ****