2005-12-01 12:29:34 +00:00
|
|
|
<?xml version="1.0"?>
|
docs/: Correct fixxrefs options.
Original commit message from CVS:
* docs/gst/Makefile.am:
* docs/libs/Makefile.am:
Correct fixxrefs options.
* docs/plugins/Makefile.am:
* docs/plugins/gstreamer-plugins-docs.sgml:
* docs/plugins/gstreamer-plugins-sections.txt:
* plugins/elements/Makefile.am:
* plugins/elements/gstcapsfilter.c (gst_capsfilter_details):
* plugins/elements/gstcapsfilter.h (__GST_CAPSFILTER_H__,
GST_TYPE_CAPSFILTER, GST_CAPSFILTER, GST_CAPSFILTER_CLASS,
GST_IS_CAPSFILTER, GST_IS_CAPSFILTER_CLASS, GstCapsFilter,
GstCapsFilterClass, _GstCapsFilter, trans, filter_caps,
_GstCapsFilterClass, trans_class):
* plugins/elements/gstelements.c (name, rank, type, _elements):
* plugins/elements/gstidentity.c
(gst_identity_check_imperfect_timestamp,
gst_identity_check_imperfect_offset):
Document capsfilter and add doc-blurb to identity.
2007-05-06 18:27:25 +00:00
|
|
|
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
|
2005-12-01 12:29:34 +00:00
|
|
|
"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 Core Plugins &GST_MAJORMINOR; Plugins Reference Manual</title>
|
2009-01-30 20:18:17 +00:00
|
|
|
<releaseinfo>
|
|
|
|
for GStreamer Core Plugins &GST_MAJORMINOR; (&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/gstreamer-plugins/html/">http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer-plugins/html/</ulink>.
|
|
|
|
</releaseinfo>
|
2005-12-01 12:29:34 +00:00
|
|
|
</bookinfo>
|
|
|
|
|
|
|
|
<chapter>
|
|
|
|
<title>gstreamer Elements</title>
|
docs/: Correct fixxrefs options.
Original commit message from CVS:
* docs/gst/Makefile.am:
* docs/libs/Makefile.am:
Correct fixxrefs options.
* docs/plugins/Makefile.am:
* docs/plugins/gstreamer-plugins-docs.sgml:
* docs/plugins/gstreamer-plugins-sections.txt:
* plugins/elements/Makefile.am:
* plugins/elements/gstcapsfilter.c (gst_capsfilter_details):
* plugins/elements/gstcapsfilter.h (__GST_CAPSFILTER_H__,
GST_TYPE_CAPSFILTER, GST_CAPSFILTER, GST_CAPSFILTER_CLASS,
GST_IS_CAPSFILTER, GST_IS_CAPSFILTER_CLASS, GstCapsFilter,
GstCapsFilterClass, _GstCapsFilter, trans, filter_caps,
_GstCapsFilterClass, trans_class):
* plugins/elements/gstelements.c (name, rank, type, _elements):
* plugins/elements/gstidentity.c
(gst_identity_check_imperfect_timestamp,
gst_identity_check_imperfect_offset):
Document capsfilter and add doc-blurb to identity.
2007-05-06 18:27:25 +00:00
|
|
|
<xi:include href="xml/element-capsfilter.xml" />
|
2005-12-01 12:29:34 +00:00
|
|
|
<xi:include href="xml/element-fakesrc.xml" />
|
|
|
|
<xi:include href="xml/element-fakesink.xml" />
|
2007-06-13 15:39:53 +00:00
|
|
|
<xi:include href="xml/element-fdsink.xml" />
|
2006-01-04 12:41:35 +00:00
|
|
|
<xi:include href="xml/element-fdsrc.xml" />
|
2005-12-01 12:29:34 +00:00
|
|
|
<xi:include href="xml/element-filesrc.xml" />
|
|
|
|
<xi:include href="xml/element-filesink.xml" />
|
2006-01-04 12:41:35 +00:00
|
|
|
<xi:include href="xml/element-identity.xml" />
|
2008-02-01 10:17:40 +00:00
|
|
|
<xi:include href="xml/element-multiqueue.xml" />
|
2005-12-01 12:29:34 +00:00
|
|
|
<xi:include href="xml/element-queue.xml" />
|
2006-01-04 12:41:35 +00:00
|
|
|
<xi:include href="xml/element-tee.xml" />
|
|
|
|
<xi:include href="xml/element-typefind.xml" />
|
2005-12-01 12:29:34 +00:00
|
|
|
</chapter>
|
|
|
|
|
|
|
|
<chapter>
|
|
|
|
<title>gstreamer Plugins</title>
|
|
|
|
<xi:include href="xml/plugin-coreelements.xml" />
|
|
|
|
<xi:include href="xml/plugin-coreindexers.xml" />
|
|
|
|
</chapter>
|
|
|
|
</book>
|
|
|
|
|