diff options
-rw-r--r-- | gst/mixmatrix/mixmatrix.c | 2 | ||||
-rw-r--r-- | sys/v4l2/gstv4l2.c | 2 |
2 files changed, 2 insertions, 2 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")) diff --git a/sys/v4l2/gstv4l2.c b/sys/v4l2/gstv4l2.c index 59ab419c..0054d939 100644 --- a/sys/v4l2/gstv4l2.c +++ b/sys/v4l2/gstv4l2.c @@ -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 |