mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 04:36:20 +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_static_pad_template_get (&video_src_template));
|
||||||
gst_element_class_add_pad_template (gstelement_klass,
|
gst_element_class_add_pad_template (gstelement_klass,
|
||||||
gst_static_pad_template_get (&audio_src_template));
|
gst_static_pad_template_get (&audio_src_template));
|
||||||
|
|
||||||
|
gst_type_mark_as_plugin_api (ges_base_bin_get_type (), 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
|
|
@ -278,6 +278,8 @@ nle_object_class_init (NleObjectClass * klass)
|
||||||
G_SIGNAL_RUN_LAST | G_SIGNAL_ACTION,
|
G_SIGNAL_RUN_LAST | G_SIGNAL_ACTION,
|
||||||
G_STRUCT_OFFSET (NleObjectClass, commit_signal_handler), NULL, NULL, NULL,
|
G_STRUCT_OFFSET (NleObjectClass, commit_signal_handler), NULL, NULL, NULL,
|
||||||
G_TYPE_BOOLEAN, 1, G_TYPE_BOOLEAN);
|
G_TYPE_BOOLEAN, 1, G_TYPE_BOOLEAN);
|
||||||
|
|
||||||
|
gst_type_mark_as_plugin_api (NLE_TYPE_OBJECT, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
|
Loading…
Reference in a new issue