diff options
author | René Stadler <mail@renestadler.de> | 2007-03-29 18:51:33 +0000 |
---|---|---|
committer | Sebastian Dröge <slomo@circular-chaos.org> | 2007-03-29 18:51:33 +0000 |
commit | bfd65c42d11304827349a98f913f338c86d37eed (patch) | |
tree | 31c65d81eebaa7da3054d500126d29c733f96100 /gst/auparse/gstauparse.h | |
parent | a87260cb3bcf022486875648b72a0ef37d2b0a7f (diff) |
configure.ac: Require gst-plugins-base CVS for audioconvert with non-native float support and width/depth fix in libg...
Original commit message from CVS:
* configure.ac:
Require gst-plugins-base CVS for audioconvert with non-native
float support and width/depth fix in libgstriff.
Patch by: René Stadler <mail at renestadler dot de>
* gst/auparse/gstauparse.c: (gst_au_parse_reset),
(gst_au_parse_parse_header), (gst_au_parse_chain):
* gst/auparse/gstauparse.h:
Don't swap the floats ourself if they're not in native endianness.
Instead let audioconvert handle this. Fixes #339838.
Diffstat (limited to 'gst/auparse/gstauparse.h')
-rw-r--r-- | gst/auparse/gstauparse.h | 4 |
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 { |