From: Tim-Philipp Müller Date: Thu, 9 Oct 2008 11:18:09 +0000 (+0000) Subject: configure.ac: Require core CVS for ghostpad API additions used by decodebin2. X-Git-Tag: 1.19.3~511^2~10255 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=36427ba8805bbc8037554a70bcb64db6c5dbb2f6;p=platform%2Fupstream%2Fgstreamer.git configure.ac: Require core CVS for ghostpad API additions used by decodebin2. Original commit message from CVS: * configure.ac:: Require core CVS for ghostpad API additions used by decodebin2. --- diff --git a/ChangeLog b/ChangeLog index b6fd227..d4c775e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-10-09 Tim-Philipp Müller + + * configure.ac:: + Require core CVS for ghostpad API additions used by decodebin2. + 2008-10-08 Edward Hervey * gst-libs/gst/audio/gstbaseaudiosrc.c: diff --git a/configure.ac b/configure.ac index 2bbac55..8b9c0a2 100644 --- a/configure.ac +++ b/configure.ac @@ -55,7 +55,7 @@ AC_LIBTOOL_WIN32_DLL AM_PROG_LIBTOOL dnl *** required versions of GStreamer stuff *** -GST_REQ=0.10.20.1 +GST_REQ=0.10.21.1 dnl *** autotools stuff ****