[gst-devel] remove NULL/0 initialisation in _init()

Stefan Kost ensonic at hora-obscura.de
Tue Jun 26 10:24:10 CEST 2007


hi,

not a big issue, but in most instance _init() functions we set members  
to NULL/0 which is superflous. If you look at  
gobjec/gtype.c/g_type_create_instance (GType type) you'll see that it  
is using g_slice_new0 (was g_new0 in the past).

Is it okay, if I clean up the redundant inits?

Stefan





More information about the gstreamer-devel mailing list