mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-14 05:12:09 +00:00
ges: Add some more functions to the docs and don't scan internal headers
Someone still should look through the unused.txt for more things to add or hide.
This commit is contained in:
parent
d57f796a14
commit
3bc388260e
2 changed files with 22 additions and 2 deletions
|
@ -38,7 +38,14 @@ CFILE_GLOB=$(top_srcdir)/ges/ges-*.c
|
|||
SCANOBJ_OPTIONS=--type-init-func="g_type_init();gst_init(&argc,&argv)"
|
||||
|
||||
# Header files to ignore when scanning.
|
||||
IGNORE_HFILES = gesmarshal.h ges-internal.h
|
||||
IGNORE_HFILES = \
|
||||
gesmarshal.h \
|
||||
ges-internal.h \
|
||||
ges-auto-transition.h \
|
||||
ges-structured-interface.h \
|
||||
ges-structure-parser.h \
|
||||
ges-smart-video-mixer.h \
|
||||
gstframepositioner.h
|
||||
IGNORE_CFILES =
|
||||
|
||||
# we add all .h files of elements that have signals/args we want
|
||||
|
|
|
@ -20,6 +20,10 @@ GESAssetLoadingReturn
|
|||
<SECTION>
|
||||
<FILE>ges-utils</FILE>
|
||||
<TITLE>Utilities</TITLE>
|
||||
ges_add_missing_uri_relocation_uri
|
||||
|
||||
ges_pspec_equal
|
||||
ges_pspec_hash
|
||||
|
||||
</SECTION>
|
||||
|
||||
|
@ -81,6 +85,9 @@ ges_track_get_caps
|
|||
ges_track_enable_update
|
||||
ges_track_get_elements
|
||||
ges_track_is_updating
|
||||
ges_track_commit
|
||||
ges_track_get_mixing
|
||||
ges_track_set_mixing
|
||||
<SUBSECTION Standard>
|
||||
GESTrackClass
|
||||
GESTrackPrivate
|
||||
|
@ -109,6 +116,7 @@ GES_AUDIO_TRACK
|
|||
GES_AUDIO_TRACK_CLASS
|
||||
GES_AUDIO_TRACK_GET_CLASS
|
||||
GES_TYPE_AUDIO_TRACK
|
||||
ges_audio_track_get_type
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
|
@ -125,6 +133,7 @@ GES_VIDEO_TRACK
|
|||
GES_VIDEO_TRACK_CLASS
|
||||
GES_VIDEO_TRACK_GET_CLASS
|
||||
GES_TYPE_VIDEO_TRACK
|
||||
ges_video_track_get_type
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
|
@ -502,6 +511,7 @@ ges_container_add
|
|||
ges_container_remove
|
||||
ges_container_ungroup
|
||||
ges_container_group
|
||||
ges_container_edit
|
||||
<SUBSECTION Standard>
|
||||
GESContainerPrivate
|
||||
ges_container_get_type
|
||||
|
@ -527,8 +537,10 @@ ges_clip_find_track_elements
|
|||
ges_clip_add_asset
|
||||
ges_clip_get_top_effects
|
||||
ges_clip_get_top_effect_index
|
||||
ges_clip_move_to_layer
|
||||
ges_clip_set_top_effect_index
|
||||
ges_clip_get_top_effect_position
|
||||
ges_clip_set_top_effect_priority
|
||||
ges_clip_move_to_layer
|
||||
ges_clip_set_supported_formats
|
||||
ges_clip_get_supported_formats
|
||||
ges_clip_split
|
||||
|
@ -1198,6 +1210,7 @@ ges_project_list_assets
|
|||
ges_project_get_asset
|
||||
ges_project_save
|
||||
ges_project_create_asset
|
||||
ges_project_create_asset_sync
|
||||
ges_project_get_type
|
||||
ges_project_get_uri
|
||||
ges_project_new
|
||||
|
|
Loading…
Reference in a new issue