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
b41bb066ff
commit
bbd6c00598
@ -26,7 +26,7 @@
|
|||||||
#include "gstv4l2element.h"
|
#include "gstv4l2element.h"
|
||||||
#include "gstv4l2src.h"
|
#include "gstv4l2src.h"
|
||||||
|
|
||||||
gboolean
|
static gboolean
|
||||||
plugin_init (GstPlugin *plugin)
|
plugin_init (GstPlugin *plugin)
|
||||||
{
|
{
|
||||||
/* actually, we can survive without it, but I'll create
|
/* actually, we can survive without it, but I'll create
|
||||||
|
Loading…
x
Reference in New Issue
Block a user