summaryrefslogtreecommitdiff
path: root/gst/gstpipeline.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/gstpipeline.c')
-rw-r--r--gst/gstpipeline.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/gstpipeline.c b/gst/gstpipeline.c
index 85a67dadea..18c73fcffa 100644
--- a/gst/gstpipeline.c
+++ b/gst/gstpipeline.c
@@ -75,6 +75,7 @@ gst_pipeline_get_type (void) {
sizeof(GstPipeline),
0,
(GInstanceInitFunc)gst_pipeline_init,
+ NULL
};
pipeline_type = g_type_register_static (GST_TYPE_BIN, "GstPipeline", &pipeline_info, 0);
}