mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
docs: mark more plugin API
This commit is contained in:
parent
e9d3e4d7ea
commit
3412827a61
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue