mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-09-02 18:23:56 +00:00
docs: Make sure hierarchy/properties/signals get built for all classes
This commit is contained in:
parent
fbc80b1955
commit
a9c9462383
3 changed files with 6 additions and 4 deletions
|
@ -9,7 +9,9 @@ ges_init
|
||||||
<SECTION>
|
<SECTION>
|
||||||
<FILE>ges-track</FILE>
|
<FILE>ges-track</FILE>
|
||||||
<TITLE>GESTrack</TITLE>
|
<TITLE>GESTrack</TITLE>
|
||||||
|
GESTrack
|
||||||
GESTrackType
|
GESTrackType
|
||||||
|
GESTrackClass
|
||||||
ges_track_audio_raw_new
|
ges_track_audio_raw_new
|
||||||
ges_track_video_raw_new
|
ges_track_video_raw_new
|
||||||
ges_track_new
|
ges_track_new
|
||||||
|
@ -17,11 +19,9 @@ ges_track_add_object
|
||||||
ges_track_remove_object
|
ges_track_remove_object
|
||||||
ges_track_set_caps
|
ges_track_set_caps
|
||||||
<SUBSECTION Standard>
|
<SUBSECTION Standard>
|
||||||
GESTrack
|
|
||||||
ges_track_set_timeline
|
ges_track_set_timeline
|
||||||
ges_track_get_type
|
ges_track_get_type
|
||||||
ges_track_type_get_type
|
ges_track_type_get_type
|
||||||
GESTrackClass
|
|
||||||
GES_IS_TRACK
|
GES_IS_TRACK
|
||||||
GES_IS_TRACK_CLASS
|
GES_IS_TRACK_CLASS
|
||||||
GES_TRACK
|
GES_TRACK
|
||||||
|
@ -170,14 +170,14 @@ ges_timeline_object_get_type
|
||||||
<SECTION>
|
<SECTION>
|
||||||
<FILE>ges-timeline-pipeline</FILE>
|
<FILE>ges-timeline-pipeline</FILE>
|
||||||
<TITLE>GESTimelinePipeline</TITLE>
|
<TITLE>GESTimelinePipeline</TITLE>
|
||||||
|
GESTimelinePipeline
|
||||||
|
GESTimelinePipelineClass
|
||||||
GESPipelineFlags
|
GESPipelineFlags
|
||||||
ges_timeline_pipeline_new
|
ges_timeline_pipeline_new
|
||||||
ges_timeline_pipeline_add_timeline
|
ges_timeline_pipeline_add_timeline
|
||||||
ges_timeline_pipeline_set_mode
|
ges_timeline_pipeline_set_mode
|
||||||
ges_timeline_pipeline_set_render_settings
|
ges_timeline_pipeline_set_render_settings
|
||||||
<SUBSECTION Standard>
|
<SUBSECTION Standard>
|
||||||
GESTimelinePipeline
|
|
||||||
GESTimelinePipelineClass
|
|
||||||
ges_timeline_pipeline_get_type
|
ges_timeline_pipeline_get_type
|
||||||
GES_TIMELINE_PIPELINE
|
GES_TIMELINE_PIPELINE
|
||||||
GES_TIMELINE_PIPELINE_CLASS
|
GES_TIMELINE_PIPELINE_CLASS
|
||||||
|
|
|
@ -5,11 +5,13 @@ ges_track_get_type
|
||||||
ges_track_type_get_type
|
ges_track_type_get_type
|
||||||
ges_track_object_get_type
|
ges_track_object_get_type
|
||||||
ges_track_source_get_type
|
ges_track_source_get_type
|
||||||
|
ges_track_filesource_get_type
|
||||||
ges_timeline_get_type
|
ges_timeline_get_type
|
||||||
ges_timeline_layer_get_type
|
ges_timeline_layer_get_type
|
||||||
ges_timeline_object_get_type
|
ges_timeline_object_get_type
|
||||||
ges_timeline_pipeline_get_type
|
ges_timeline_pipeline_get_type
|
||||||
ges_timeline_source_get_type
|
ges_timeline_source_get_type
|
||||||
|
ges_tl_filesource_get_type
|
||||||
ges_timeline_transition_get_type
|
ges_timeline_transition_get_type
|
||||||
ges_cust_timeline_src_get_type
|
ges_cust_timeline_src_get_type
|
||||||
ges_simple_timeline_layer_get_type
|
ges_simple_timeline_layer_get_type
|
||||||
|
|
Loading…
Reference in a new issue