From ba800e46cab211466911a9cf3c5e42399f8678b5 Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Mon, 3 Nov 2003 22:47:52 +0000 Subject: v4l2 was executing mixmatrix's plugin_init, so make sure to make plugin_init static Original commit message from CVS: v4l2 was executing mixmatrix's plugin_init, so make sure to make plugin_init static --- gst/mixmatrix/mixmatrix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gst/mixmatrix/mixmatrix.c') diff --git a/gst/mixmatrix/mixmatrix.c b/gst/mixmatrix/mixmatrix.c index 32cc5bf9..34e6176b 100644 --- a/gst/mixmatrix/mixmatrix.c +++ b/gst/mixmatrix/mixmatrix.c @@ -503,7 +503,7 @@ gst_mixmatrix_get_property (GObject *object, guint prop_id, GValue *value, GPara } } -gboolean +static gboolean plugin_init (GstPlugin *plugin) { if (!gst_library_load ("gstbytestream")) -- cgit v1.2.1