summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2006-07-18 18:05:15 +0000
committerTim-Philipp Müller <tim@centricular.net>2006-07-18 18:05:15 +0000
commitd9f52eff8b966cfb4329babf61b6b2a9fc61c6e2 (patch)
tree12cb1527e4449c62e2d3f1955cefc7f6c2388315 /ChangeLog
parent8327499026cf5d86c95d73e75d500fa68747d1dd (diff)
downloadgst-plugins-bad-d9f52eff8b966cfb4329babf61b6b2a9fc61c6e2.tar.gz
gst-plugins-bad-d9f52eff8b966cfb4329babf61b6b2a9fc61c6e2.tar.bz2
gst-plugins-bad-d9f52eff8b966cfb4329babf61b6b2a9fc61c6e2.zip
ext/wavpack/gstwavpackdec.c: Fix caps after previous change to byte order endianness.
Original commit message from CVS: * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain): Fix caps after previous change to byte order endianness. * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset), (gst_wavpack_parse_sink_event), (gst_wavpack_parse_init), (gst_wavpack_parse_loop): * ext/wavpack/gstwavpackparse.h: Queue incoming events if there's no source pad yet and send them downstream later when the pad is there.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7fe59f34..66c17f20 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,17 @@
2006-07-18 Tim-Philipp Müller <tim at centricular dot net>
+ * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
+ Fix caps after previous change to byte order endianness.
+
+ * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_reset),
+ (gst_wavpack_parse_sink_event), (gst_wavpack_parse_init),
+ (gst_wavpack_parse_loop):
+ * ext/wavpack/gstwavpackparse.h:
+ Queue incoming events if there's no source pad yet and
+ send them downstream later when the pad is there.
+
+2006-07-18 Tim-Philipp Müller <tim at centricular dot net>
+
* ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_init),
(gst_wavpack_dec_format_samples),
(gst_wavpack_dec_clip_outgoing_buffer), (gst_wavpack_dec_chain),