summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@collabora.co.uk>2009-09-09 16:25:06 +0200
committerWim Taymans <wim.taymans@collabora.co.uk>2009-09-09 16:25:06 +0200
commit42ee5e22a2e696e2d8390e89f90d78b149417944 (patch)
treec52c9470aee4c36ddc58fdd6a34c99a313bd9ccd /configure.ac
parent75a48e238a6e71d6d8e86644407c9892fde43325 (diff)
pulsesink: remove ringbuffer reset compensation
Remove the code to deal with a ringbuffer reset as this code is now in the base class. Bump the -base requirement as we need the new baseaudiosink code to function properly.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 080eae38..e7649140 100644
--- a/configure.ac
+++ b/configure.ac
@@ -48,7 +48,7 @@ AM_PROG_LIBTOOL
dnl *** required versions of GStreamer stuff ***
GST_REQ=0.10.24.1
-GSTPB_REQ=0.10.24
+GSTPB_REQ=0.10.24.1
dnl *** autotools stuff ****