iterator: Add FIXME 0.11 for using GSlice for allocation
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Sun, 28 Mar 2010 16:05:36 +0000 (18:05 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Sun, 28 Mar 2010 17:48:54 +0000 (19:48 +0200)
gst/gstiterator.c

index 391c83d..8cb9f01 100644 (file)
 #include "gst_private.h"
 #include <gst/gstiterator.h>
 
+/* 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,