summaryrefslogtreecommitdiffstats
path: root/gst/wavparse/gstwavparse.h
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sourceforge.net>2006-07-24 13:40:56 +0000
committerStefan Kost <ensonic@users.sourceforge.net>2006-07-24 13:40:56 +0000
commit26e4a48271461a75832b2ceca1859d871a85375c (patch)
treea4199022e884a5569fbad5edfb1e5da6523ef040 /gst/wavparse/gstwavparse.h
parent162b374ae26554c0e59a1af91581a6ef58c210fa (diff)
gst/wavparse/gstwavparse.*: Use information from 'fact' chunk for length calculation of compressed samples. Calculate...
Original commit message from CVS: * gst/wavparse/gstwavparse.c: (gst_wavparse_reset), (gst_wavparse_other), (gst_wavparse_perform_seek), (gst_wavparse_get_upstream_size), (gst_wavparse_stream_headers), (gst_wavparse_add_src_pad), (gst_wavparse_stream_data), (gst_wavparse_pad_query): * gst/wavparse/gstwavparse.h: Use information from 'fact' chunk for length calculation of compressed samples. Calculate bps if bogus value is found in wav header (embeded mp2/mp3).
Diffstat (limited to 'gst/wavparse/gstwavparse.h')
-rw-r--r--gst/wavparse/gstwavparse.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/wavparse/gstwavparse.h b/gst/wavparse/gstwavparse.h
index a8c88d6d..b0a4dad6 100644
--- a/gst/wavparse/gstwavparse.h
+++ b/gst/wavparse/gstwavparse.h
@@ -81,6 +81,7 @@ struct _GstWavParse {
guint16 blockalign;
guint16 width;
guint32 bps;
+ guint32 fact;
guint bytes_per_sample;