summaryrefslogtreecommitdiff
path: root/ext/opencv/gstopencv.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ext/opencv/gstopencv.cpp')
-rw-r--r--ext/opencv/gstopencv.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/opencv/gstopencv.cpp b/ext/opencv/gstopencv.cpp
index aee54c35b..5407a5a99 100644
--- a/ext/opencv/gstopencv.cpp
+++ b/ext/opencv/gstopencv.cpp
@@ -44,6 +44,7 @@
#include "gstdewarp.h"
#include "gstcameracalibrate.h"
#include "gstcameraundistort.h"
+#include "gstcvtracker.h"
static gboolean
@@ -72,6 +73,7 @@ plugin_init (GstPlugin * plugin)
ret |= GST_ELEMENT_REGISTER (dewarp, plugin);
ret |= GST_ELEMENT_REGISTER (cameracalibrate, plugin);
ret |= GST_ELEMENT_REGISTER (cameraundistort, plugin);
+ ret |= GST_ELEMENT_REGISTER (cvtracker, plugin);
return ret;
}