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. --- ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 82e38de6..b611de6a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +2007-03-29 Sebastian Dröge + + * 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. + 2007-03-29 Wim Taymans * gst/rtp/gstasteriskh263.h: -- cgit