From 4bd11406304a8010f51baa2a40f18d82ccacc9b7 Mon Sep 17 00:00:00 2001 From: René Stadler Date: Mon, 21 May 2007 09:32:26 +0000 Subject: Use audioconvert for converting from non-native endianness floats in auparse instead of doing it ourself. Fixes #424527. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Original commit message from CVS: Patch by: René Stadler * configure.ac: * gst/auparse/gstauparse.c: (gst_au_parse_reset), (gst_au_parse_parse_header), (gst_au_parse_chain): * gst/auparse/gstauparse.h: Use audioconvert for converting from non-native endianness floats in auparse instead of doing it ourself. Fixes #424527. This needs the audioconvert from plugins-base CVS. --- ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b81bbe8b..95f4076d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2007-05-21 Sebastian Dröge + + Patch by: René Stadler + + * configure.ac: + * gst/auparse/gstauparse.c: (gst_au_parse_reset), + (gst_au_parse_parse_header), (gst_au_parse_chain): + * gst/auparse/gstauparse.h: + Use audioconvert for converting from non-native endianness floats + in auparse instead of doing it ourself. Fixes #424527. + This needs the audioconvert from plugins-base CVS. + 2007-05-21 Wim Taymans * gst/rtp/gstrtph263ppay.c: (gst_fragmentation_mode_get_type), -- cgit