From 42ee5e22a2e696e2d8390e89f90d78b149417944 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Wed, 9 Sep 2009 16:25:06 +0200 Subject: 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. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') 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 **** -- cgit