mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 08:41:07 +00:00
update documentation files
This commit is contained in:
parent
cc719507ea
commit
7726829ec9
3 changed files with 12 additions and 3 deletions
|
@ -29,6 +29,7 @@ platform as well as Windows. It is released under the GNU Library General Public
|
|||
</para>
|
||||
<xi:include href="architecture.xml"/>
|
||||
<xi:include href="xml/ges-common.xml"/>
|
||||
<xi:include href="xml/ges-enums.xml"/>
|
||||
</chapter>
|
||||
|
||||
<chapter>
|
||||
|
|
|
@ -12,6 +12,16 @@ ges_init
|
|||
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>ges-enums</FILE>
|
||||
<TITLE>GES Enums</TITLE>
|
||||
GESVideoTransitionType
|
||||
GES_VIDEO_TRANSITION_TYPE_TYPE
|
||||
ges_video_transition_type_get_type
|
||||
GES_TYPE_TRACK_TYPE
|
||||
ges_track_type_get_type
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>ges-track</FILE>
|
||||
<TITLE>GESTrack</TITLE>
|
||||
|
@ -27,14 +37,12 @@ ges_track_set_caps
|
|||
<SUBSECTION Standard>
|
||||
ges_track_set_timeline
|
||||
ges_track_get_type
|
||||
ges_track_type_get_type
|
||||
GES_IS_TRACK
|
||||
GES_IS_TRACK_CLASS
|
||||
GES_TRACK
|
||||
GES_TRACK_CLASS
|
||||
GES_TRACK_GET_CLASS
|
||||
GES_TYPE_TRACK
|
||||
GES_TYPE_TRACK_TYPE
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
|
|
|
@ -15,4 +15,4 @@ ges_tl_filesource_get_type
|
|||
ges_timeline_transition_get_type
|
||||
ges_cust_timeline_src_get_type
|
||||
ges_simple_timeline_layer_get_type
|
||||
|
||||
ges_video_transition_type_get_type
|
||||
|
|
Loading…
Reference in a new issue