summaryrefslogtreecommitdiff
path: root/ext/opencv
diff options
context:
space:
mode:
authorMathieu Duponchelle <mathieu@centricular.com>2020-06-23 02:51:48 +0200
committerThibault Saunier <tsaunier@igalia.com>2020-06-23 12:10:19 -0400
commitad49ae42f7024ea304a6cc9c4efa1997c016d119 (patch)
tree8e463e6f1653f335cd9260cfc4bd88438fc15681 /ext/opencv
parentde6585640e4d5e1aa312f02d61875c3f30b14fde (diff)
downloadgstreamer-plugins-bad-ad49ae42f7024ea304a6cc9c4efa1997c016d119.tar.gz
docs: mark more types as plugin API
Diffstat (limited to 'ext/opencv')
-rw-r--r--ext/opencv/gstcvdilateerode.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/opencv/gstcvdilateerode.cpp b/ext/opencv/gstcvdilateerode.cpp
index 794783c76..77a7ec459 100644
--- a/ext/opencv/gstcvdilateerode.cpp
+++ b/ext/opencv/gstcvdilateerode.cpp
@@ -145,6 +145,8 @@ gst_cv_dilate_erode_class_init (GstCvDilateErodeClass * klass)
templ = gst_pad_template_new ("src", GST_PAD_SRC, GST_PAD_ALWAYS, caps);
gst_element_class_add_pad_template (element_class, templ);
gst_caps_unref (caps);
+
+ gst_type_mark_as_plugin_api (GST_TYPE_CV_DILATE_ERODE, (GstPluginAPIFlags) 0);
}
/* initialize the new element