diff --git a/gst/gstminiobject.h b/gst/gstminiobject.h index f4807a6e38..cc67f85584 100644 --- a/gst/gstminiobject.h +++ b/gst/gstminiobject.h @@ -220,7 +220,7 @@ GstMiniObject * gst_mini_object_steal (GstMiniObject **olddata); #define GST_DEFINE_MINI_OBJECT_TYPE(TypeName,type_name) \ G_DEFINE_BOXED_TYPE(TypeName,type_name, \ (GBoxedCopyFunc) gst_mini_object_ref, \ - (GBoxedFreeFunc)gst_mini_object_unref) + (GBoxedFreeFunc) gst_mini_object_unref) G_END_DECLS