[gst-devel] Gstreamer 0.10 boilerplate problem

Christophe Fergeau teuf at gnome.org
Wed Jul 26 10:35:12 CEST 2006


Le mercredi 26 juillet 2006 à 10:29 +0200, Corentin BARON a écrit :
> my boilerplate declaration (line 71):
> 
> > GST_BOILERPLATE( (GstBlinkySrc, gst_blinkysrc, GstPushSrc,  
> > GST_TYPE_PUSH_SRC);
> 
> the base_init method ():
> 
> > static void gst_blinkysrc_base_init(gpointer *g_class)
> > {
> >     ...
> > }

Does gpointer g_class work better than gpointer *g_class? Fwiw, you can
look at the macro source code, or at the preprocessed file (which you
can get with gcc -E) to try to figure out what is going wrong in such
cases.

Hope that helps,

Christophe





More information about the gstreamer-devel mailing list