iterator: Add FIXME 0.11 for using GSlice for allocation

This commit is contained in:
Sebastian Dröge 2010-03-28 18:05:36 +02:00
parent fd68dbc08f
commit ad230b07f6

View file

@ -71,6 +71,11 @@
#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,