summaryrefslogtreecommitdiff
path: root/ext/opencv/gstcvsmooth.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ext/opencv/gstcvsmooth.cpp')
-rw-r--r--ext/opencv/gstcvsmooth.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/opencv/gstcvsmooth.cpp b/ext/opencv/gstcvsmooth.cpp
index a8dc58500..0aef40157 100644
--- a/ext/opencv/gstcvsmooth.cpp
+++ b/ext/opencv/gstcvsmooth.cpp
@@ -234,7 +234,7 @@ gst_cv_smooth_class_init (GstCvSmoothClass * klass)
gst_element_class_add_pad_template (element_class, templ);
gst_caps_unref (caps);
- gst_type_mark_as_plugin_api (GST_TYPE_CV_SMOOTH_TYPE);
+ gst_type_mark_as_plugin_api (GST_TYPE_CV_SMOOTH_TYPE, (GstPluginAPIFlags) 0);
}
/* initialize the new element