summaryrefslogtreecommitdiffstats
path: root/gst/auparse/gstauparse.h
diff options
context:
space:
mode:
authorRené Stadler <mail@renestadler.de>2007-05-21 09:32:26 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2007-05-21 09:32:26 +0000
commit4bd11406304a8010f51baa2a40f18d82ccacc9b7 (patch)
tree31ed9ea90124930774b8a1129bf4b825c949a1b3 /gst/auparse/gstauparse.h
parent20dc422e40bf25f8355d078d3a65d771b0e220d3 (diff)
Use audioconvert for converting from non-native endianness floats in auparse instead of doing it ourself. Fixes #424527.
Original commit message from CVS: Patch by: René Stadler <mail at renestadler dot de> * 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.
Diffstat (limited to 'gst/auparse/gstauparse.h')
-rw-r--r--gst/auparse/gstauparse.h4
1 files changed, 0 insertions, 4 deletions
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 {