summaryrefslogtreecommitdiff
path: root/ext/opencv/gstfacedetect.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ext/opencv/gstfacedetect.cpp')
-rw-r--r--ext/opencv/gstfacedetect.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/opencv/gstfacedetect.cpp b/ext/opencv/gstfacedetect.cpp
index 59c35e4a4..bab1fb90f 100644
--- a/ext/opencv/gstfacedetect.cpp
+++ b/ext/opencv/gstfacedetect.cpp
@@ -357,8 +357,8 @@ gst_face_detect_class_init (GstFaceDetectClass * klass)
gst_element_class_add_static_pad_template (element_class, &src_factory);
gst_element_class_add_static_pad_template (element_class, &sink_factory);
- gst_type_mark_as_plugin_api (GST_TYPE_OPENCV_FACE_DETECT_FLAGS);
- gst_type_mark_as_plugin_api (GST_TYPE_FACE_DETECT_UPDATES);
+ gst_type_mark_as_plugin_api (GST_TYPE_OPENCV_FACE_DETECT_FLAGS, (GstPluginAPIFlags) 0);
+ gst_type_mark_as_plugin_api (GST_TYPE_FACE_DETECT_UPDATES, (GstPluginAPIFlags) 0);
}
/* initialize the new element