[gst-devel] Gstreamer 0.10 boilerplate problem

Tim Müller t.i.m at zen.co.uk
Wed Jul 26 10:41:33 CEST 2006


On Wed, 2006-07-26 at 10:29 +0200, Corentin BARON wrote:

> > gstblinkysrc.c:331 error: conflicting types for  
> > `gst_blinkysrc_base_init'
> > gstblinkysrc.c:71 error: previous declaration of  
> > `gst_blinkysrc_base_init'
> 
> > static void gst_blinkysrc_base_init(gpointer *g_class)
> > {
> >     ...
> > }
> 
> I can't figure out what's wrong with this, the method profile is the  
> same as in videotestsrc.

Probably  gpointer g_class  rather than  gpointer *g_class.

Cheers
 -Tim






More information about the gstreamer-devel mailing list