summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2012-04-04 14:48:25 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2012-04-04 14:53:51 +0200
commit37fcf4009fe47de2221ddfa4258b2e3fa9e0c6f9 (patch)
tree8117fa45dd30c506b76e63f50e31ae074e709b3c /docs
parente438f20c935c010e7d010a4ab6706c94dae9cca8 (diff)
downloadgst-libav-37fcf4009fe47de2221ddfa4258b2e3fa9e0c6f9.tar.gz
ffmpeg: Update versioning
Diffstat (limited to 'docs')
-rw-r--r--docs/plugins/Makefile.am2
-rw-r--r--docs/plugins/gst-ffmpeg-plugins-docs.sgml4
-rw-r--r--docs/version.entities.in2
3 files changed, 4 insertions, 4 deletions
diff --git a/docs/plugins/Makefile.am b/docs/plugins/Makefile.am
index b0ba1d8..547844d 100644
--- a/docs/plugins/Makefile.am
+++ b/docs/plugins/Makefile.am
@@ -3,7 +3,7 @@ GST_DOC_SCANOBJ = $(top_srcdir)/common/gstdoc-scangobj
## Process this file with automake to produce Makefile.in
# The name of the module, e.g. 'glib'.
-#DOC_MODULE=gst-plugins-libs-@GST_MAJORMINOR@
+#DOC_MODULE=gst-plugins-libs-@GST_API_VERSION@
MODULE=gst-ffmpeg
DOC_MODULE=$(MODULE)-plugins
diff --git a/docs/plugins/gst-ffmpeg-plugins-docs.sgml b/docs/plugins/gst-ffmpeg-plugins-docs.sgml
index 610417b..dc906d1 100644
--- a/docs/plugins/gst-ffmpeg-plugins-docs.sgml
+++ b/docs/plugins/gst-ffmpeg-plugins-docs.sgml
@@ -7,9 +7,9 @@
<book id="index" xmlns:xi="http://www.w3.org/2003/XInclude">
<bookinfo>
- <title>GStreamer FFMPeg &GST_MAJORMINOR; Plugins Reference Manual</title>
+ <title>GStreamer FFMPeg &GST_API_VERSION; Plugins Reference Manual</title>
<releaseinfo>
- for GStreamer FFMPeg Plugins &GST_MAJORMINOR; (&GST_VERSION;)
+ 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>
diff --git a/docs/version.entities.in b/docs/version.entities.in
index 79a6898..286989f 100644
--- a/docs/version.entities.in
+++ b/docs/version.entities.in
@@ -1,2 +1,2 @@
-<!ENTITY GST_MAJORMINOR "@GST_MAJORMINOR@">
+<!ENTITY GST_API_VERSION "@GST_API_VERSION@">
<!ENTITY GST_VERSION "@VERSION@">