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 7b85ec25..147d1895 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2007-01-19 Edward Hervey <edward@fluendo.com>
+
+ * gst/smpte/gstsmpte.c: (gst_smpte_collected):
+ Allocate buffers of the right size.
+ The proper size of a I420 buffer in bytes is:
+
+ width * height * 3
+ ------------------
+ 2
+
2007-01-18 Tim-Philipp Müller <tim at centricular dot net>
* gst/smpte/gstsmpte.c: (gst_smpte_init):