mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-02 12:32:29 +00:00
changelog, doh
Original commit message from CVS: changelog, doh
This commit is contained in:
parent
267d0ba8f3
commit
68c5a570b7
1 changed files with 11 additions and 0 deletions
11
ChangeLog
11
ChangeLog
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue