docs: mark more plugin API
authorMathieu Duponchelle <mathieu@centricular.com>
Tue, 23 Jun 2020 00:49:44 +0000 (02:49 +0200)
committerThibault Saunier <tsaunier@igalia.com>
Tue, 23 Jun 2020 18:52:21 +0000 (14:52 -0400)
ext/libvisual/visual.c

index 47ce29b..4198c4d 100644 (file)
@@ -117,6 +117,8 @@ gst_visual_class_init (gpointer g_class, gpointer class_data)
 
   scope_class->setup = GST_DEBUG_FUNCPTR (gst_visual_setup);
   scope_class->render = GST_DEBUG_FUNCPTR (gst_visual_render);
+
+  gst_type_mark_as_plugin_api (GST_TYPE_VISUAL, 0);
 }
 
 static void