v4l2 was executing mixmatrix's plugin_init, so make sure to make plugin_init static
authorBenjamin Otte <otte@gnome.org>
Mon, 3 Nov 2003 22:47:52 +0000 (22:47 +0000)
committerBenjamin Otte <otte@gnome.org>
Mon, 3 Nov 2003 22:47:52 +0000 (22:47 +0000)
Original commit message from CVS:
v4l2 was executing mixmatrix's plugin_init, so make sure to make plugin_init static

gst/mixmatrix/mixmatrix.c
sys/v4l2/gstv4l2.c

index 32cc5bf9ddce077b06e01023bba035701320ae69..34e6176bc931896188726bf6b43d6aaa6fd36480 100644 (file)
@@ -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"))
index 59ab419ca3b2faf11091718d394ef3b9245ab701..0054d939c8db6725c0fc71fb2a51cb586d288bae 100644 (file)
@@ -26,7 +26,7 @@
 #include "gstv4l2element.h"
 #include "gstv4l2src.h"
 
-gboolean
+static gboolean
 plugin_init (GstPlugin *plugin)
 {
   /* actually, we can survive without it, but I'll create