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. --- gst/auparse/gstauparse.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'gst/auparse/gstauparse.h') diff --git a/gst/auparse/gstauparse.h b/gst/auparse/gstauparse.h index a74d6818..55d13e21 100644 --- a/gst/auparse/gstauparse.h +++ b/gst/auparse/gstauparse.h @@ -62,10 +62,6 @@ struct _GstAuParse { guint samplerate; guint endianness; guint channels; - - /* audioconvert only handles float in native endianness, - * so we need to swap endianness here ourselves for now */ - guint float_swap; /* 0, 32 or 64 */ }; struct _GstAuParseClass { -- cgit