mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 08:11:16 +00:00
e49c069995
Also change elements factory names to avenc_*, avdec_*, avmux_* and avdemux_*. The actual filenames, type names, function/variable names are not touched to make merging with 0.10 easier at this point. Once 0.10 is not supported anymore everything should be renamed.
33 lines
1.2 KiB
XML
33 lines
1.2 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 FFMPeg &GST_API_VERSION; Plugins Reference Manual</title>
|
|
<releaseinfo>
|
|
for GStreamer FFMPeg Plugins &GST_API_VERSION; (&GST_VERSION;)
|
|
The latest version of this documentation can be found on-line at
|
|
<ulink role="online-location" url="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-ffmpeg-plugins/html/">http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-ffmpeg-plugins/html/</ulink>.
|
|
</releaseinfo>
|
|
</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>
|