GNOME Bugzilla – Bug 321302
GObject chaining up in gst_buffer_finalize
Last modified: 2005-11-12 20:47:32 UTC
It looks like gst_buffer_finalize is not chaining up to GObject finalize. Doesn't that leak the structure's memory ?
GstMiniObject does not inherit from GObject, the finalize process is very blurry. We should improve the docs...