summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 242642f4..12d29658 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2004-07-11 Andy Wingo <wingo@pobox.com>
+
+ * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
+ float, "any" caps -> buffer_frames=[0,MAX].
+
+ * gst/interleave/interleave.c (interleave_getcaps): Seems the core
+ doesn't intersect our caps with the template any more. Do it
+ ourselves.
+ (interleave_buffered_loop): Use g_newa instead of malloc/free.
+
2004-07-09 Wim Taymans <wim@fluendo.com>
* examples/seeking/seek.c: (iterate):