From: Sebastian Dröge Date: Sun, 28 Mar 2010 16:05:36 +0000 (+0200) Subject: iterator: Add FIXME 0.11 for using GSlice for allocation X-Git-Tag: RELEASE-0.10.29~67 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ad230b07f6ae7931dc04800ee6756fed9fb9ff65;p=platform%2Fupstream%2Fgstreamer.git iterator: Add FIXME 0.11 for using GSlice for allocation --- diff --git a/gst/gstiterator.c b/gst/gstiterator.c index 391c83d..8cb9f01 100644 --- a/gst/gstiterator.c +++ b/gst/gstiterator.c @@ -71,6 +71,11 @@ #include "gst_private.h" #include +/* FIXME 0.11: Store the size inside the iterator, use GSlice for allocation + * and let gst_iterator_free() free the memory while the free-func only frees + * additional resources (maybe call it finalize?). + */ + static void gst_iterator_init (GstIterator * it, GType type,