From ad230b07f6ae7931dc04800ee6756fed9fb9ff65 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Dr=C3=B6ge?= Date: Sun, 28 Mar 2010 18:05:36 +0200 Subject: [PATCH] iterator: Add FIXME 0.11 for using GSlice for allocation --- gst/gstiterator.c | 5 +++++ 1 file changed, 5 insertions(+) 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, -- 2.7.4