summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2006-06-14 08:06:43 +0000
committerTim-Philipp Müller <tim@centricular.net>2006-06-14 08:06:43 +0000
commit84e86aebf71b93a697407ce86fb0fb74c9d462b4 (patch)
tree27590e48fdf863db4f6aed29004aeab67fc09af2 /ChangeLog
parent6de492dea85da7e39c5df864a83802cf3e46b93f (diff)
gst/wavparse/gstwavparse.c: When operating chain-based, don't make any assumptions about the chunking of the incoming...
Original commit message from CVS: * gst/wavparse/gstwavparse.c: (gst_wavparse_peek_chunk_info), (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers), (gst_wavparse_chain): When operating chain-based, don't make any assumptions about the chunking of the incoming data and make streaming work on days other than the second Thursday after a full moon. Also fix up debug messages here and there and make use of the most excellent new gst_pad_query_peer_duration() utility function. Skip any 'bext' chunks in front of the 'fmt ' chunk. Fixes #343837. * gst/wavparse/gstwavparse.h: Remove trailing comma after last enum value, some compilers don't like that.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8eb312b1..de09581f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+2006-06-14 Tim-Philipp Müller <tim at centricular dot net>
+
+ * gst/wavparse/gstwavparse.c: (gst_wavparse_peek_chunk_info),
+ (gst_wavparse_peek_chunk), (gst_wavparse_stream_headers),
+ (gst_wavparse_chain):
+ When operating chain-based, don't make any assumptions about the
+ chunking of the incoming data and make streaming work on days other
+ than the second Thursday after a full moon. Also fix up debug
+ messages here and there and make use of the most excellent new
+ gst_pad_query_peer_duration() utility function.
+ Skip any 'bext' chunks in front of the 'fmt ' chunk. Fixes #343837.
+
+ * gst/wavparse/gstwavparse.h:
+ Remove trailing comma after last enum value, some compilers don't
+ like that.
+
2006-06-13 Wim Taymans <wim@fluendo.com>
* gst/wavparse/gstwavparse.c: (gst_wavparse_stream_data):