summaryrefslogtreecommitdiff
path: root/gst/gsttype.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/gsttype.c')
-rw-r--r--gst/gsttype.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/gsttype.c b/gst/gsttype.c
index 99bee4c2d8..feeac26506 100644
--- a/gst/gsttype.c
+++ b/gst/gsttype.c
@@ -69,6 +69,7 @@ gst_typefactory_get_type (void)
sizeof(GstTypeFactory),
0,
(GInstanceInitFunc) gst_typefactory_init,
+ NULL
};
typefactory_type = g_type_register_static (GST_TYPE_PLUGIN_FEATURE,
"GstTypeFactory", &typefactory_info, 0);