diff options
author | Edward Hervey <bilboed@bilboed.com> | 2007-01-19 09:48:47 +0000 |
---|---|---|
committer | Edward Hervey <bilboed@bilboed.com> | 2007-01-19 09:48:47 +0000 |
commit | 5d45f48fcaed07e6c40ba46c1fadef9ce992ecaa (patch) | |
tree | ea271deb77b0b58d6c4116bd33c0a107db0e0f60 /ChangeLog | |
parent | 914b79faa6ee937962b5433d0d7906b41c1c46be (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-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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): |