[gst-devel] Re: [gst-cvs] thomasvs gstreamer: gstreamer/ gstreamer/gst/ gstreamer/testsuite/caps/

Ronald Bultje rbultje at ronald.bitfreak.net
Fri May 21 07:35:06 CEST 2004


Hi,

On Fri, 21 May 2004, Thomas Vander Stichele wrote:
> Hm, ok.  Then why do you think it's better to use GValueArray for this ?
> I'm not saying it's not, I just don't see why it would be.  Maybe you
> know something about it that I don't ?

It uses one g_malloc() for the whole array instead of one per item (as in
GList), which makes it more efficient. There's some other minor details
from a programming perspective, but this is the one that I like most.



More information about the gstreamer-devel mailing list