summaryrefslogtreecommitdiffstats
path: root/gst/auparse/gstauparse.h
diff options
context:
space:
mode:
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 {