[gst-devel] Non-pointer types with GstIterator
Torsten Schoenfeld
kaffeetisch at gmx.de
Sun Nov 6 08:49:15 CET 2005
Aloha,
I'm wrapping GstIterator for a language-binding and wonder if it's
possible/legal to get non-pointer types, i.e. anything which is not
G_TYPE_INTERFACE, G_TYPE_OBJECT, G_TYPE_BOXED, G_TYPE_PARAM or
G_TYPE_POINTER? In case this is possible, how is one supposed to handle
the pointer? Is it to be cast directly? What about types that are too
big for a pointer (gint64, say)? Or is the pointer to be deferenced to
get the actual value?
--
Bye,
-Torsten
More information about the gstreamer-devel
mailing list