configure.ac: update core requirement to 0.10.4.1 because of async_playback vmethod...
authorThomas Vander Stichele <thomas@apestaart.org>
Fri, 24 Mar 2006 17:26:54 +0000 (17:26 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Fri, 24 Mar 2006 17:26:54 +0000 (17:26 +0000)
Original commit message from CVS:
2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>

* configure.ac:
update core requirement to 0.10.4.1 because of async_playback
vmethod on GstBaseSink

ChangeLog
configure.ac

index 9b92406..425b56a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
+
+       * configure.ac:
+         update core requirement to 0.10.4.1 because of async_playback
+         vmethod on GstBaseSink
+
 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
 
        * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
index 12b87da..19da2a8 100644 (file)
@@ -43,7 +43,7 @@ AS_LIBTOOL_TAGS
 AM_PROG_LIBTOOL
 
 dnl *** required versions of GStreamer stuff ***
-GST_REQ=0.10.4
+GST_REQ=0.10.4.1
 
 dnl *** autotools stuff ****