summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2006-04-06 08:52:51 +0000
committerTim-Philipp Müller <tim@centricular.net>2006-04-06 08:52:51 +0000
commit36c81557a3f6ffff3b71895642f860ae9090c265 (patch)
treee4c8736e39281cc52392d12d20c3c5266d3f2844
parent67878834b919b4c8e0cddcba01160c523d1496b8 (diff)
configure.ac: Bump core requirements to CVS for gst_pad_query_peer_duration() which is used by speexdec.
Original commit message from CVS: * configure.ac: Bump core requirements to CVS for gst_pad_query_peer_duration() which is used by speexdec.
-rw-r--r--ChangeLog6
-rw-r--r--configure.ac2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 0685f78b..0df49e6e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-04-06 Tim-Philipp Müller <tim at centricular dot net>
+
+ * 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 <tim at centricular dot net>
* ext/speex/gstspeex.c: (plugin_init):
diff --git a/configure.ac b/configure.ac
index d8182d46..72f8b83e 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 ****