summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2016-10-06 16:32:28 -0400
committerOlivier CrĂȘte <olivier.crete@collabora.com>2016-10-06 16:32:28 -0400
commit5a023e3c63c1a302ad260fd3fb7339f4e8ec037d (patch)
tree551c8f885a51f0aaf7cc942d8ec9fbfd1a90edd9
parent0cf3f4177828daa6875da62afc05cf4d36683f8c (diff)
Remove spurious version numbers
-rw-r--r--manual-index.md2
-rw-r--r--pwg-introduction.md2
-rw-r--r--sdk-multiplatform-deployment-using-cerbero.md1
3 files changed, 2 insertions, 3 deletions
diff --git a/manual-index.md b/manual-index.md
index bcdc82d..2b5ad5e 100644
--- a/manual-index.md
+++ b/manual-index.md
@@ -14,7 +14,7 @@ new plugin modules. But because modularity and power often come at a
cost of greater complexity, writing new applications is not always easy.
This guide is intended to help you understand the GStreamer framework
-(version 1.9.0.1) so you can develop applications based on it. The first
+so you can develop applications based on it. The first
chapters will focus on development of a simple audio player, with much
effort going into helping you understand GStreamer concepts. Later
chapters will go into more advanced topics related to media playback,
diff --git a/pwg-introduction.md b/pwg-introduction.md
index a5a6c32..d77eabb 100644
--- a/pwg-introduction.md
+++ b/pwg-introduction.md
@@ -12,7 +12,7 @@ cost of greater complexity (consider, for example,
[CORBA](http://www.omg.org/)), writing new plugins is not always easy.
This guide is intended to help you understand the GStreamer framework
-(version 1.9.0.1) so you can develop new plugins to extend the existing
+ 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 issues
diff --git a/sdk-multiplatform-deployment-using-cerbero.md b/sdk-multiplatform-deployment-using-cerbero.md
index 69e3d72..726bce4 100644
--- a/sdk-multiplatform-deployment-using-cerbero.md
+++ b/sdk-multiplatform-deployment-using-cerbero.md
@@ -186,7 +186,6 @@ class Package(package.Package):
shortdesc = 'GStreamer 1.0 codecs'
longdesc = 'GStreamer 1.0 codecs'
version = '1.9.0.1'
- codename = 'Congo'
url = "http://gstreamer.freedesktop.org"
license = License.LGPL
vendor = 'GStreamer Project'