mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-14 13:21:28 +00:00
7ce7e929d1
Original commit message from CVS: 2006-01-31 Thomas Vander Stichele <thomas at apestaart dot org> * docs/plugins/Makefile.am: * docs/plugins/gst-ffmpeg-plugins-docs.sgml: first stab at documenting ffmpeg elements. Needs work.
28 lines
812 B
XML
28 lines
812 B
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 FFMPeg &GST_MAJORMINOR; Plugins Reference Manual</title>
|
|
</bookinfo>
|
|
|
|
<chapter>
|
|
<title>gst-ffmpeg Element Types</title>
|
|
<xi:include href="xml/type-ffenc.xml" />
|
|
</chapter>
|
|
|
|
<chapter>
|
|
<title>gst-ffmpeg Elements</title>
|
|
<xi:include href="xml/element-ffenc_h263p.xml" />
|
|
<xi:include href="xml/element-ffenc_mpeg4.xml" />
|
|
</chapter>
|
|
|
|
<chapter>
|
|
<title>gst-ffmpeg Plugins</title>
|
|
<xi:include href="xml/plugin-ffmpeg.xml" />
|
|
</chapter>
|
|
</book>
|