mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-09 16:02:59 +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
b41bb066ff
commit
bbd6c00598
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue