summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2007-01-19 09:48:47 +0000
committerEdward Hervey <bilboed@bilboed.com>2007-01-19 09:48:47 +0000
commit5d45f48fcaed07e6c40ba46c1fadef9ce992ecaa (patch)
treeea271deb77b0b58d6c4116bd33c0a107db0e0f60 /ChangeLog
parent914b79faa6ee937962b5433d0d7906b41c1c46be (diff)
gst/smpte/gstsmpte.c: Allocate buffers of the right size.
Original commit message from CVS: * 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
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):