From e46a8e3addaf83268d5b51bdef0928ca716a14ae Mon Sep 17 00:00:00 2001 From: "Ronald S. Bultje" Date: Thu, 29 May 2003 09:31:51 +0000 Subject: [PATCH] GstCaps is not a GObject but a boxed-type Original commit message from CVS: GstCaps is not a GObject but a boxed-type --- gst/gsttypefind.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/gsttypefind.c b/gst/gsttypefind.c index 4f305da..7f2479a 100644 --- a/gst/gsttypefind.c +++ b/gst/gsttypefind.c @@ -116,7 +116,7 @@ gst_type_find_class_init (GstTypeFindClass *klass) g_signal_new ("have_type", G_TYPE_FROM_CLASS (klass), G_SIGNAL_RUN_LAST, G_STRUCT_OFFSET (GstTypeFindClass, have_type), NULL, NULL, g_cclosure_marshal_VOID__POINTER, G_TYPE_NONE, 1, - G_TYPE_OBJECT); + G_TYPE_BOXED); gobject_class->set_property = GST_DEBUG_FUNCPTR (gst_type_find_set_property); gobject_class->get_property = GST_DEBUG_FUNCPTR (gst_type_find_get_property); -- 2.7.4