From 35af248b4818412b1e4c5f58c974940ebf1ae3aa Mon Sep 17 00:00:00 2001 From: Tim-Philipp Müller Date: Tue, 18 Sep 2007 16:44:46 +0000 Subject: configure.ac: We require core CVS now for gst_base_src_set_do_timestamp(). Original commit message from CVS: * configure.ac: We require core CVS now for gst_base_src_set_do_timestamp(). --- ChangeLog | 5 +++++ configure.ac | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index f3136faf..61ee5875 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-09-18 Tim-Philipp Müller + + * configure.ac: + We require core CVS now for gst_base_src_set_do_timestamp(). + 2007-09-17 Jan Schmidt * gst/audiofx/audiodynamic.c: (gst_audio_dynamic_class_init): diff --git a/configure.ac b/configure.ac index dcfcb0c1..02229d5e 100644 --- a/configure.ac +++ b/configure.ac @@ -46,7 +46,7 @@ dnl AS_LIBTOOL_TAGS AM_PROG_LIBTOOL dnl *** required versions of GStreamer stuff *** -GST_REQ=0.10.13 +GST_REQ=0.10.14.1 GSTPB_REQ=0.10.13.1 dnl *** autotools stuff **** -- cgit