[gst-devel] Re: [gst-cvs] zeenix gst-plugins-base: gst-plugins-base/ gst-plugins-base/gst-libs/gst/rtp/
Andy Wingo
wingo at pobox.com
Thu Oct 27 02:20:47 CEST 2005
Hi,
> --- gstbasertpdepayload.c 26 Oct 2005 14:19:21 -0000 1.12
> +++ gstbasertpdepayload.c 26 Oct 2005 20:00:46 -0000 1.13
> @@ -104,6 +104,7 @@
> gobject_class = G_OBJECT_CLASS (klass);
> gstelement_class = (GstElementClass *) klass;
> + parent_class = g_type_class_peek_parent (klass);
> gobject_class->set_property = gst_base_rtp_depayload_set_property;
> gobject_class->get_property = gst_base_rtp_depayload_get_property;
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.
Cheers,
--
Andy Wingo
http://wingolog.org/
More information about the gstreamer-devel
mailing list