From 6632cdb003e1d2a4e8411ff4e597c89369bea64f Mon Sep 17 00:00:00 2001 From: Sebastian Dröge Date: Fri, 30 Mar 2007 15:59:27 +0000 Subject: Revert last change as we don't want plugins-good to depend on plugins-base CVS now. Original commit message from CVS: * configure.ac: * gst/auparse/gstauparse.c: (gst_au_parse_reset), (gst_au_parse_parse_header), (gst_au_parse_chain): * gst/auparse/gstauparse.h: Revert last change as we don't want plugins-good to depend on plugins-base CVS now. --- gst/auparse/gstauparse.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gst/auparse/gstauparse.h') diff --git a/gst/auparse/gstauparse.h b/gst/auparse/gstauparse.h index 55d13e21..a74d6818 100644 --- a/gst/auparse/gstauparse.h +++ b/gst/auparse/gstauparse.h @@ -62,6 +62,10 @@ 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