From 5d45f48fcaed07e6c40ba46c1fadef9ce992ecaa Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Fri, 19 Jan 2007 09:48:47 +0000 Subject: 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 --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 7b85ec25..147d1895 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2007-01-19 Edward Hervey + + * 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 * gst/smpte/gstsmpte.c: (gst_smpte_init): -- cgit