summaryrefslogtreecommitdiffstats
path: root/gst/auparse/gstauparse.h
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2007-03-30 15:59:27 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2007-03-30 15:59:27 +0000
commit6632cdb003e1d2a4e8411ff4e597c89369bea64f (patch)
treeb7dcabda74c03b10fa5221768d79eaed00f8ae4b /gst/auparse/gstauparse.h
parent6d8e6c9bb0ffd82a91daf4f7f851cfa5bdfacdaf (diff)
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.
Diffstat (limited to 'gst/auparse/gstauparse.h')
-rw-r--r--gst/auparse/gstauparse.h4
1 files changed, 4 insertions, 0 deletions
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 {