mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-13 12:51:16 +00:00
e7a45f0eef
The priority handling of clip is now handled by GESLayer itself, and handling clip as a ordered list should be implemented in GESLayer itself too, this way the user can decide to switch mode at any time instead of
129 lines
4.5 KiB
XML
129 lines
4.5 KiB
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
|
|
<!ENTITY % version-entities SYSTEM "version.entities">
|
|
%version-entities;
|
|
]>
|
|
|
|
<book id="index" xmlns:xi="http://www.w3.org/2003/XInclude">
|
|
<bookinfo>
|
|
<title>GStreamer Editing Services &GES_VERSION; Reference Manual</title>
|
|
<releaseinfo>
|
|
for GStreamer Editing Services &GST_API_VERSION; (&GES_VERSION;)
|
|
</releaseinfo>
|
|
</bookinfo>
|
|
|
|
<chapter>
|
|
<title>GStreamer Editing Services Overview</title>
|
|
<para>
|
|
The "GStreamer Editing Services" is a library to simplify the creation
|
|
of multimedia editing applications. Based on the GStreamer multimedia framework
|
|
and the GNonLin set of plugins, its goals are to suit all types of editing-related
|
|
applications.
|
|
</para>
|
|
|
|
<para>
|
|
The GStreamer Editing Services are cross-platform and work on most UNIX-like
|
|
platform as well as Windows. It is released under the GNU Library General Public License
|
|
(GNU LGPL).
|
|
</para>
|
|
<xi:include href="architecture.xml"/>
|
|
<xi:include href="xml/ges-common.xml"/>
|
|
<xi:include href="xml/ges-enums.xml"/>
|
|
<xi:include href="xml/ges-gerror.xml"/>
|
|
</chapter>
|
|
|
|
<chapter>
|
|
<title>Base Classes</title>
|
|
<xi:include href="xml/ges-timeline.xml"/>
|
|
<xi:include href="xml/ges-layer.xml"/>
|
|
<xi:include href="xml/ges-timeline-element.xml"/>
|
|
<xi:include href="xml/ges-container.xml"/>
|
|
<xi:include href="xml/ges-clip.xml"/>
|
|
<xi:include href="xml/ges-source-clip.xml"/>
|
|
<xi:include href="xml/ges-operation-clip.xml"/>
|
|
<xi:include href="xml/ges-overlay-clip.xml"/>
|
|
<xi:include href="xml/ges-base-effect-clip.xml"/>
|
|
<xi:include href="xml/ges-track.xml"/>
|
|
<xi:include href="xml/ges-track-element.xml"/>
|
|
<xi:include href="xml/ges-source.xml"/>
|
|
<xi:include href="xml/ges-video-source.xml"/>
|
|
<xi:include href="xml/ges-audio-source.xml"/>
|
|
<xi:include href="xml/ges-base-effect.xml"/>
|
|
<xi:include href="xml/ges-operation.xml"/>
|
|
<xi:include href="xml/ges-base-transition-clip.xml"/>
|
|
<xi:include href="xml/ges-asset.xml"/>
|
|
</chapter>
|
|
|
|
<chapter>
|
|
<title>Timeline objects</title>
|
|
<xi:include href="xml/ges-timeline-filesource.xml"/>
|
|
<xi:include href="xml/ges-title-clip.xml"/>
|
|
<xi:include href="xml/ges-test-clip.xml"/>
|
|
<xi:include href="xml/ges-text-overlay-clip.xml"/>
|
|
<xi:include href="xml/ges-transition-clip.xml"/>
|
|
<xi:include href="xml/ges-effect-clip.xml"/>
|
|
<xi:include href="xml/ges-group.xml"/>
|
|
</chapter>
|
|
|
|
<chapter>
|
|
<title>Track objects</title>
|
|
<xi:include href="xml/ges-audio-uri-source.xml"/>
|
|
<xi:include href="xml/ges-video-uri-source.xml"/>
|
|
<xi:include href="xml/ges-title-source.xml"/>
|
|
<xi:include href="xml/ges-audio-test-source.xml"/>
|
|
<xi:include href="xml/ges-video-test-source.xml"/>
|
|
<xi:include href="xml/ges-text-overlay.xml"/>
|
|
<xi:include href="xml/ges-transition.xml"/>
|
|
<xi:include href="xml/ges-video-transition.xml"/>
|
|
<xi:include href="xml/ges-audio-transition.xml"/>
|
|
<xi:include href="xml/ges-image-source.xml"/>
|
|
<xi:include href="xml/ges-effect.xml"/>
|
|
</chapter>
|
|
|
|
<chapter>
|
|
<title>Convenience classes</title>
|
|
<xi:include href="xml/ges-pipeline.xml"/>
|
|
</chapter>
|
|
|
|
<chapter>
|
|
<title>Serialization Classes</title>
|
|
<xi:include href="xml/ges-formatter.xml"/>
|
|
<xi:include href="xml/ges-pitivi-formatter.xml"/>
|
|
<xi:include href="xml/ges-base-xml-formatter.xml"/>
|
|
<xi:include href="xml/ges-xml-formatter.xml"/>
|
|
</chapter>
|
|
|
|
<chapter>
|
|
<title>Interfaces</title>
|
|
<xi:include href="xml/ges-meta-container.xml"/>
|
|
<xi:include href="xml/ges-extractable.xml"/>
|
|
</chapter>
|
|
|
|
<chapter>
|
|
<title>Assets</title>
|
|
<xi:include href="xml/ges-clip-asset.xml"/>
|
|
<xi:include href="xml/ges-track-element-asset.xml"/>
|
|
<xi:include href="xml/ges-uri-clip-asset.xml"/>
|
|
<xi:include href="xml/ges-asset-track-file-source.xml"/>
|
|
<xi:include href="xml/ges-project.xml"/>
|
|
</chapter>
|
|
|
|
<chapter>
|
|
<title>Tracks</title>
|
|
<xi:include href="xml/ges-video-track.xml"/>
|
|
<xi:include href="xml/ges-audio-track.xml"/>
|
|
</chapter>
|
|
|
|
<chapter id="ges-hierarchy">
|
|
<title>Object Hierarchy</title>
|
|
<xi:include href="xml/tree_index.sgml"/>
|
|
</chapter>
|
|
|
|
<index id="api-index-full">
|
|
<title>API Index</title>
|
|
<xi:include href="xml/api-index-full.xml"><xi:fallback /></xi:include>
|
|
</index>
|
|
|
|
<xi:include href="xml/annotation-glossary.xml"><xi:fallback /></xi:include>
|
|
</book>
|