2009-09-10 14:22:00 +00:00
|
|
|
<?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>
|
2012-04-04 12:50:23 +00:00
|
|
|
for GStreamer Editing Services &GST_API_VERSION; (&GES_VERSION;)
|
2009-09-10 14:22:00 +00:00
|
|
|
</releaseinfo>
|
|
|
|
</bookinfo>
|
|
|
|
|
2009-09-10 16:40:51 +00:00
|
|
|
<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>
|
2009-11-12 19:11:28 +00:00
|
|
|
<xi:include href="architecture.xml"/>
|
|
|
|
<xi:include href="xml/ges-common.xml"/>
|
2010-07-01 16:50:55 +00:00
|
|
|
<xi:include href="xml/ges-enums.xml"/>
|
2009-09-10 16:40:51 +00:00
|
|
|
</chapter>
|
2009-09-10 14:22:00 +00:00
|
|
|
|
|
|
|
<chapter>
|
|
|
|
<title>Base Classes</title>
|
|
|
|
<xi:include href="xml/ges-timeline.xml"/>
|
|
|
|
<xi:include href="xml/ges-timeline-layer.xml"/>
|
2013-01-15 13:52:17 +00:00
|
|
|
<xi:include href="xml/ges-timeline-element.xml"/>
|
2013-01-20 15:42:29 +00:00
|
|
|
<xi:include href="xml/ges-clip.xml"/>
|
2013-01-17 03:35:39 +00:00
|
|
|
<xi:include href="xml/ges-source-clip.xml"/>
|
2013-01-17 03:26:35 +00:00
|
|
|
<xi:include href="xml/ges-operation-clip.xml"/>
|
2013-01-17 03:49:43 +00:00
|
|
|
<xi:include href="xml/ges-overlay-clip.xml"/>
|
2013-01-17 02:11:14 +00:00
|
|
|
<xi:include href="xml/ges-effect-clip.xml"/>
|
2009-11-12 19:11:28 +00:00
|
|
|
<xi:include href="xml/ges-track.xml"/>
|
|
|
|
<xi:include href="xml/ges-track-object.xml"/>
|
|
|
|
<xi:include href="xml/ges-track-source.xml"/>
|
2011-02-10 11:17:50 +00:00
|
|
|
<xi:include href="xml/ges-track-effect.xml"/>
|
2010-07-01 14:48:45 +00:00
|
|
|
<xi:include href="xml/ges-track-operation.xml"/>
|
2013-01-25 14:26:14 +00:00
|
|
|
<xi:include href="xml/ges-base-transition-clip.xml"/>
|
2012-09-01 02:36:37 +00:00
|
|
|
<xi:include href="xml/ges-asset.xml"/>
|
2010-06-28 15:24:25 +00:00
|
|
|
</chapter>
|
|
|
|
|
|
|
|
<chapter>
|
|
|
|
<title>Timeline objects</title>
|
|
|
|
<xi:include href="xml/ges-timeline-filesource.xml"/>
|
2013-01-17 03:55:03 +00:00
|
|
|
<xi:include href="xml/ges-title-clip.xml"/>
|
2013-01-17 03:58:28 +00:00
|
|
|
<xi:include href="xml/ges-test-clip.xml"/>
|
2013-01-17 03:53:26 +00:00
|
|
|
<xi:include href="xml/ges-text-overlay-clip.xml"/>
|
2013-01-17 02:21:01 +00:00
|
|
|
<xi:include href="xml/ges-standard-transition-clip.xml"/>
|
2013-01-17 03:04:41 +00:00
|
|
|
<xi:include href="xml/ges-standard-effect-clip.xml"/>
|
2010-06-28 15:24:25 +00:00
|
|
|
</chapter>
|
|
|
|
|
|
|
|
<chapter>
|
|
|
|
<title>Track objects</title>
|
2009-11-12 19:11:28 +00:00
|
|
|
<xi:include href="xml/ges-track-filesource.xml"/>
|
2010-06-28 15:24:25 +00:00
|
|
|
<xi:include href="xml/ges-track-title-source.xml"/>
|
2010-07-01 14:48:45 +00:00
|
|
|
<xi:include href="xml/ges-track-audio-test-source.xml"/>
|
|
|
|
<xi:include href="xml/ges-track-video-test-source.xml"/>
|
|
|
|
<xi:include href="xml/ges-track-text-overlay.xml"/>
|
2010-06-28 15:24:25 +00:00
|
|
|
<xi:include href="xml/ges-track-transition.xml"/>
|
|
|
|
<xi:include href="xml/ges-track-video-transition.xml"/>
|
2010-07-01 14:48:45 +00:00
|
|
|
<xi:include href="xml/ges-track-audio-transition.xml"/>
|
2010-12-08 14:36:00 +00:00
|
|
|
<xi:include href="xml/ges-track-image-source.xml"/>
|
2011-02-10 11:17:50 +00:00
|
|
|
<xi:include href="xml/ges-track-parse-launch-effect.xml"/>
|
2009-09-10 14:22:00 +00:00
|
|
|
</chapter>
|
|
|
|
|
|
|
|
<chapter>
|
|
|
|
<title>Simple Timeline interface</title>
|
|
|
|
<xi:include href="xml/ges-simple-timeline-layer.xml"/>
|
|
|
|
</chapter>
|
|
|
|
|
|
|
|
<chapter>
|
|
|
|
<title>Convenience classes</title>
|
|
|
|
<xi:include href="xml/ges-timeline-pipeline.xml"/>
|
2013-01-17 03:35:39 +00:00
|
|
|
<xi:include href="xml/ges-custom-source-clip.xml"/>
|
2009-09-10 14:22:00 +00:00
|
|
|
</chapter>
|
|
|
|
|
2010-09-13 23:21:15 +00:00
|
|
|
<chapter>
|
|
|
|
<title>Serialization Classes</title>
|
|
|
|
<xi:include href="xml/ges-formatter.xml"/>
|
2011-12-22 16:11:34 +00:00
|
|
|
<xi:include href="xml/ges-pitivi-formatter.xml"/>
|
2012-11-19 16:24:03 +00:00
|
|
|
<xi:include href="xml/ges-base-xml-formatter.xml"/>
|
|
|
|
<xi:include href="xml/ges-xml-formatter.xml"/>
|
2010-09-13 23:21:15 +00:00
|
|
|
</chapter>
|
2012-09-10 00:12:06 +00:00
|
|
|
|
2012-11-26 16:31:17 +00:00
|
|
|
<chapter>
|
|
|
|
<title>Interfaces</title>
|
|
|
|
<xi:include href="xml/ges-meta-container.xml"/>
|
2012-09-10 00:12:06 +00:00
|
|
|
<xi:include href="xml/ges-extractable.xml"/>
|
2012-11-26 16:31:17 +00:00
|
|
|
</chapter>
|
2010-09-13 23:21:15 +00:00
|
|
|
|
2012-09-10 00:15:17 +00:00
|
|
|
<chapter>
|
|
|
|
<title>Assets</title>
|
2013-01-20 15:42:29 +00:00
|
|
|
<xi:include href="xml/ges-asset-clip.xml"/>
|
2012-12-21 23:48:03 +00:00
|
|
|
<xi:include href="xml/ges-asset-track-object.xml"/>
|
2013-01-20 15:44:57 +00:00
|
|
|
<xi:include href="xml/ges-uri-clip-asset.xml"/>
|
2012-12-21 17:28:16 +00:00
|
|
|
<xi:include href="xml/ges-asset-track-file-source.xml"/>
|
2012-09-02 12:14:27 +00:00
|
|
|
<xi:include href="xml/ges-project.xml"/>
|
2012-09-10 00:15:17 +00:00
|
|
|
</chapter>
|
|
|
|
|
2009-09-16 10:37:13 +00:00
|
|
|
<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>
|
2010-12-15 18:40:11 +00:00
|
|
|
|
|
|
|
<xi:include href="xml/annotation-glossary.xml"><xi:fallback /></xi:include>
|
2009-09-10 14:22:00 +00:00
|
|
|
</book>
|