mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-30 12:49:40 +00:00
GstCaps is not a GObject but a boxed-type
Original commit message from CVS: GstCaps is not a GObject but a boxed-type
This commit is contained in:
parent
12d80b1964
commit
e46a8e3add
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue