[gst-devel] Re: [gst-cvs] zeenix gst-plugins-base: gst-plugins-base/ gst-plugins-base/gst-libs/gst/rtp/
Ronald S. Bultje
rbultje at ronald.bitfreak.net
Thu Oct 27 06:22:07 CEST 2005
On Thu, 2005-10-27 at 11:14 +0200, Andy Wingo wrote:
> Thanks Andre and Zeeshan. Just a note, this particular problem can be
> avoided entirely via use of the GST_BOILERPLATE macro; it sets
> parent_class for you.
Also, if you do that, use GST_CALL_PARENT() and
GST_CALL_PARENT_WITH_DEFAULT() from gstutils.h, which will do some NULL
checking for you. All those are small but very useful convenience
macros.
Cheers,
Ronald
More information about the gstreamer-devel
mailing list