mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 19:21:06 +00:00
put version in documentation
Original commit message from CVS: put version in documentation
This commit is contained in:
parent
5757471d79
commit
e8a2e56e81
5 changed files with 14 additions and 5 deletions
|
@ -1,3 +1,11 @@
|
|||
2004-02-12 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||
|
||||
* docs/faq/faq.xml:
|
||||
* docs/manual/manual.xml:
|
||||
* docs/pwg/pwg.xml:
|
||||
* docs/pwg/titlepage.xml:
|
||||
put version in documentation
|
||||
|
||||
2004-02-12 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||
|
||||
* tools/Makefile.am: fix man page installation
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
|
||||
<article class="faq" id="index">
|
||||
<articleinfo>
|
||||
<title>GStreamer FAQ</title>
|
||||
<title>GStreamer FAQ (&GST_VERSION;)</title>
|
||||
<abstract>
|
||||
<para>
|
||||
This is the FAQ for GStreamer, a multimedia framework.
|
||||
|
|
|
@ -98,7 +98,7 @@
|
|||
</para>
|
||||
</legalnotice>
|
||||
|
||||
<title><application>GStreamer</application> Application Development Manual</title>
|
||||
<title><application>GStreamer</application> Application Development Manual (&GST_VERSION;)</title>
|
||||
|
||||
</bookinfo>
|
||||
|
||||
|
|
|
@ -3,6 +3,8 @@
|
|||
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
|
||||
<!ENTITY % image-entities SYSTEM "image.entities">
|
||||
%image-entities;
|
||||
<!ENTITY % version-entities SYSTEM "version.entities">
|
||||
%version-entities;
|
||||
|
||||
<!ENTITY TITLEPAGE SYSTEM "titlepage.xml">
|
||||
|
||||
|
@ -41,7 +43,6 @@
|
|||
<!ENTITY APPENDIX_PYTHON SYSTEM "appendix-python.xml">
|
||||
|
||||
<!ENTITY GStreamer "<application>GStreamer</application>">
|
||||
<!ENTITY GstVersion "0.7.4">
|
||||
<!ENTITY GstAppDevMan "<emphasis>GStreamer Application Development Manual</emphasis>">
|
||||
<!ENTITY GstLibRef "<emphasis>GStreamer Library Reference</emphasis>">
|
||||
]>
|
||||
|
@ -65,7 +66,7 @@
|
|||
</para>
|
||||
<para>
|
||||
This guide is intended to help you understand the &GStreamer; framework
|
||||
(version &GstVersion;) so you can develop new plugins to extend the
|
||||
(version &GST_VERSION;) so you can develop new plugins to extend the
|
||||
existing functionality. The guide addresses most issues by following the
|
||||
development of an example plugin - an audio filter plugin -
|
||||
written in C. However, the later parts of the guide also present some
|
||||
|
|
|
@ -64,6 +64,6 @@
|
|||
</para>
|
||||
</legalnotice>
|
||||
|
||||
<title>&GStreamer; Plugin Writer's Guide</title>
|
||||
<title>&GStreamer; Plugin Writer's Guide (&GST_VERSION;)</title>
|
||||
|
||||
</bookinfo>
|
||||
|
|
Loading…
Reference in a new issue