summaryrefslogtreecommitdiff
path: root/ext/opencv/gstopencv.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/opencv/gstopencv.c')
-rw-r--r--ext/opencv/gstopencv.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/opencv/gstopencv.c b/ext/opencv/gstopencv.c
index 289192240..7518d5393 100644
--- a/ext/opencv/gstopencv.c
+++ b/ext/opencv/gstopencv.c
@@ -37,6 +37,7 @@
#include "gsttemplatematch.h"
#include "gsttextoverlay.h"
#include "gsthanddetect.h"
+#include "gstskindetect.h"
static gboolean
plugin_init (GstPlugin * plugin)
@@ -83,6 +84,9 @@ plugin_init (GstPlugin * plugin)
if (!gst_handdetect_plugin_init (plugin))
return FALSE;
+ if (!gst_skin_detect_plugin_init (plugin))
+ return FALSE;
+
return TRUE;
}