summaryrefslogtreecommitdiffstats
path: root/gst
diff options
context:
space:
mode:
authorBenjamin Otte <otte@gnome.org>2003-11-03 22:47:52 +0000
committerBenjamin Otte <otte@gnome.org>2003-11-03 22:47:52 +0000
commitba800e46cab211466911a9cf3c5e42399f8678b5 (patch)
tree27c890aeefa114dd627a84f6f852a994302fc119 /gst
parentb577f9a4d06f601a151c0a975dce60b8c347fbcf (diff)
downloadgst-plugins-bad-ba800e46cab211466911a9cf3c5e42399f8678b5.tar.gz
gst-plugins-bad-ba800e46cab211466911a9cf3c5e42399f8678b5.tar.bz2
gst-plugins-bad-ba800e46cab211466911a9cf3c5e42399f8678b5.zip
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
Diffstat (limited to 'gst')
-rw-r--r--gst/mixmatrix/mixmatrix.c2
1 files changed, 1 insertions, 1 deletions
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"))