mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
iterator: Add FIXME 0.11 for using GSlice for allocation
This commit is contained in:
parent
fd68dbc08f
commit
ad230b07f6
1 changed files with 5 additions and 0 deletions
|
@ -71,6 +71,11 @@
|
||||||
#include "gst_private.h"
|
#include "gst_private.h"
|
||||||
#include <gst/gstiterator.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
|
static void
|
||||||
gst_iterator_init (GstIterator * it,
|
gst_iterator_init (GstIterator * it,
|
||||||
GType type,
|
GType type,
|
||||||
|
|
Loading…
Reference in a new issue