From ad49ae42f7024ea304a6cc9c4efa1997c016d119 Mon Sep 17 00:00:00 2001 From: Mathieu Duponchelle Date: Tue, 23 Jun 2020 02:51:48 +0200 Subject: docs: mark more types as plugin API --- ext/opencv/gstcvdilateerode.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ext/opencv') 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 -- cgit v1.2.1