[gst-devel] Re: [gst-cvs] bilboed gstreamer: gstreamer/ gstreamer/gst/
Andy Wingo
wingo at pobox.com
Thu May 11 01:30:03 CEST 2006
Yo,
On Wed, 2006-05-10 at 10:27 +0000, Edward Hervey wrote:
> Log message:
> * gst/gstinterface.h:
> GST_IMPLEMENTS_INTERFACE and GST_IS_IMPLEMENTS_INTERFACE use the normal
> GInterface type checking.
> They were previously using non-defined macros.
> --- gstinterface.h 24 Nov 2005 09:44:06 -0000 1.10
> +++ gstinterface.h 10 May 2006 10:26:55 -0000 1.11
> @@ -30,13 +30,13 @@
> #define GST_TYPE_IMPLEMENTS_INTERFACE \
> (gst_implements_interface_get_type ())
> #define GST_IMPLEMENTS_INTERFACE(obj) \
> - (GST_INTERFACE_CHECK_INSTANCE_CAST ((obj), GST_TYPE_IMPLEMENTS_INTERFACE, \
> + (G_TYPE_CHECK_INSTANCE_CAST ((obj), GST_TYPE_IMPLEMENTS_INTERFACE, \
> GstImplementsInterface))
What's the problem? GST_INTERFACE_CHECK_INSTANCE_CAST is defined below.
Regards,
--
Andy Wingo
http://wingolog.org/
More information about the gstreamer-devel
mailing list