summaryrefslogtreecommitdiff
path: root/gst/gstautoplug.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/gstautoplug.c')
-rw-r--r--gst/gstautoplug.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gst/gstautoplug.c b/gst/gstautoplug.c
index af7736d268..612cd4b9ce 100644
--- a/gst/gstautoplug.c
+++ b/gst/gstautoplug.c
@@ -61,6 +61,7 @@ GType gst_autoplug_get_type(void)
sizeof(GstAutoplug),
4,
(GInstanceInitFunc)gst_autoplug_init,
+ NULL
};
autoplug_type = g_type_register_static (GST_TYPE_OBJECT, "GstAutoplug", &autoplug_info, G_TYPE_FLAG_ABSTRACT);
}
@@ -194,6 +195,7 @@ gst_autoplugfactory_get_type (void)
sizeof(GstAutoplugFactory),
0,
(GInstanceInitFunc) gst_autoplugfactory_init,
+ NULL
};
autoplugfactory_type = g_type_register_static (GST_TYPE_PLUGIN_FEATURE,
"GstAutoplugFactory", &autoplugfactory_info, 0);