mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-30 12:49:40 +00:00
docs: mark more types as plugin API
This commit is contained in:
parent
ae2cb7d0f5
commit
1094b89c3d
2 changed files with 4 additions and 0 deletions
|
@ -135,6 +135,8 @@ ges_base_bin_class_init (GESBaseBinClass * self_class)
|
|||
gst_static_pad_template_get (&video_src_template));
|
||||
gst_element_class_add_pad_template (gstelement_klass,
|
||||
gst_static_pad_template_get (&audio_src_template));
|
||||
|
||||
gst_type_mark_as_plugin_api (ges_base_bin_get_type (), 0);
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
|
@ -278,6 +278,8 @@ nle_object_class_init (NleObjectClass * klass)
|
|||
G_SIGNAL_RUN_LAST | G_SIGNAL_ACTION,
|
||||
G_STRUCT_OFFSET (NleObjectClass, commit_signal_handler), NULL, NULL, NULL,
|
||||
G_TYPE_BOOLEAN, 1, G_TYPE_BOOLEAN);
|
||||
|
||||
gst_type_mark_as_plugin_api (NLE_TYPE_OBJECT, 0);
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
Loading…
Reference in a new issue