On Mon, Sep 13, 2010 at 4:51 PM, Feng Ye <fye at broadcom.com> wrote: > Hello there, > > > > I am doing my plugin and I have a question regarding the last parameter in > the gst_element_register() call, which is the GstType. > > In the base plugin package, I see normally it?s defined in the header file > to a function, but for some? plugins this function is there in the package, > for others it?s not. In most plugins, the get_type() function is provided by the GST_BOILERPLATE or GST_BOILERPLATE_FULL macros. Mike