diff options
author | Benjamin Otte <otte@gnome.org> | 2003-11-03 22:47:52 +0000 |
---|---|---|
committer | Benjamin Otte <otte@gnome.org> | 2003-11-03 22:47:52 +0000 |
commit | bbd6c00598bb1e533011c85ba59cb8f9e0413ab9 (patch) | |
tree | 34599dd975d39f3f75f7831e0c893a3694d4d2d4 /sys/v4l2 | |
parent | b41bb066ff30a94cceefe796c33a9cb4ef179b2d (diff) |
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 'sys/v4l2')
-rw-r--r-- | sys/v4l2/gstv4l2.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |