mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
Remove spurious version numbers
This commit is contained in:
parent
0cf3f41778
commit
5a023e3c63
3 changed files with 2 additions and 3 deletions
|
@ -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.
|
cost of greater complexity, writing new applications is not always easy.
|
||||||
|
|
||||||
This guide is intended to help you understand the GStreamer framework
|
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
|
chapters will focus on development of a simple audio player, with much
|
||||||
effort going into helping you understand GStreamer concepts. Later
|
effort going into helping you understand GStreamer concepts. Later
|
||||||
chapters will go into more advanced topics related to media playback,
|
chapters will go into more advanced topics related to media playback,
|
||||||
|
|
|
@ -12,7 +12,7 @@ cost of greater complexity (consider, for example,
|
||||||
[CORBA](http://www.omg.org/)), writing new plugins is not always easy.
|
[CORBA](http://www.omg.org/)), writing new plugins is not always easy.
|
||||||
|
|
||||||
This guide is intended to help you understand the GStreamer framework
|
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
|
functionality. The guide addresses most issues by following the
|
||||||
development of an example plugin - an audio filter plugin - written in
|
development of an example plugin - an audio filter plugin - written in
|
||||||
C. However, the later parts of the guide also present some issues
|
C. However, the later parts of the guide also present some issues
|
||||||
|
|
|
@ -186,7 +186,6 @@ class Package(package.Package):
|
||||||
shortdesc = 'GStreamer 1.0 codecs'
|
shortdesc = 'GStreamer 1.0 codecs'
|
||||||
longdesc = 'GStreamer 1.0 codecs'
|
longdesc = 'GStreamer 1.0 codecs'
|
||||||
version = '1.9.0.1'
|
version = '1.9.0.1'
|
||||||
codename = 'Congo'
|
|
||||||
url = "http://gstreamer.freedesktop.org"
|
url = "http://gstreamer.freedesktop.org"
|
||||||
license = License.LGPL
|
license = License.LGPL
|
||||||
vendor = 'GStreamer Project'
|
vendor = 'GStreamer Project'
|
||||||
|
|
Loading…
Reference in a new issue