From bfd65c42d11304827349a98f913f338c86d37eed Mon Sep 17 00:00:00 2001 From: René Stadler Date: Thu, 29 Mar 2007 18:51:33 +0000 Subject: configure.ac: Require gst-plugins-base CVS for audioconvert with non-native float support and width/depth fix in libg... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Original commit message from CVS: * configure.ac: Require gst-plugins-base CVS for audioconvert with non-native float support and width/depth fix in libgstriff. Patch by: René Stadler * gst/auparse/gstauparse.c: (gst_au_parse_reset), (gst_au_parse_parse_header), (gst_au_parse_chain): * gst/auparse/gstauparse.h: Don't swap the floats ourself if they're not in native endianness. Instead let audioconvert handle this. Fixes #339838. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index d0210d1b..e4294372 100644 --- a/configure.ac +++ b/configure.ac @@ -47,7 +47,7 @@ AM_PROG_LIBTOOL dnl *** required versions of GStreamer stuff *** GST_REQ=0.10.11.1 -GSTPB_REQ=0.10.11.1 +GSTPB_REQ=0.10.12.1 dnl *** autotools stuff **** -- cgit