mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-27 01:28:34 +00:00
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
This commit is contained in:
parent
b577f9a4d0
commit
ba800e46ca
2 changed files with 2 additions and 2 deletions
|
@ -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"))
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue