summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e8ff0874..27551c81 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2007-03-22 Sebastian Dröge <slomo@circular-chaos.org>
+
+ * ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_push_block):
+ Send the new segment event in time format instead of bytes. This
+ allows "wavpackenc ! wavpackdec ! someaudiosink" pipelines.
+
+ * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_plugin_init):
+ Accept framed and non-framed input, wavpackparse doesn't care. To
+ prevent "wavpackparse ! wavpackparse ! ..." pipelines lower the
+ rank of wavpackparse by one. This allows "wavpackenc ! wavpackparse !
+ ..." pipelines.
+
2007-03-22 Thomas Vander Stichele <thomas at apestaart dot org>
* gst-libs/gst/app/Makefile.am: