changelog, doh

Original commit message from CVS:
changelog, doh
This commit is contained in:
Andy Wingo 2008-10-06 18:03:58 +00:00
parent 267d0ba8f3
commit 68c5a570b7

View file

@ -1,3 +1,14 @@
2008-10-06 Andy Wingo <wingo@pobox.com>
* gst/gstbuffer.h (GST_BUFFER_FREE_FUNC): New API, a free function
that will be called on the malloc_data to free it. Basically a way
to avoid subclassing when all you need is a different free
function, i.e. free() instead of g_free().
* gst/gstbuffer.c (gst_buffer_finalize): Free malloc_data via
calling the free function.
(gst_buffer_init): Initialize the free function to g_free.
2008-10-06 Andy Wingo <wingo@pobox.com>
* gst/gstghostpad.h: