Release 1.19.1

This commit is contained in:
Tim-Philipp Müller 2021-06-01 00:09:54 +01:00
parent cd31689ced
commit 36a01da1f8
6 changed files with 4067 additions and 1994 deletions

3976
ChangeLog

File diff suppressed because it is too large Load diff

2056
NEWS

File diff suppressed because it is too large Load diff

2
README
View file

@ -1,4 +1,4 @@
GStreamer 1.18.x stable series
GStreamer 1.19.x development series
WHAT IT IS
----------

15
RELEASE
View file

@ -1,18 +1,15 @@
This is GStreamer gst-plugins-base 1.18.0.
This is GStreamer gst-plugins-base 1.19.1.
The GStreamer team is thrilled to announce a new major feature release
of your favourite cross-platform multimedia framework!
GStreamer 1.19 is the development branch leading up to the next major
stable version which will be 1.20.
As always, this release is again packed with new features, bug fixes and
other improvements.
The 1.18 release series adds new features on top of the 1.16 series and is
The 1.19 development series adds new features on top of the 1.18 series and is
part of the API and ABI-stable 1.x release series of the GStreamer multimedia
framework.
Full release notes can be found at:
Full release notes will one day be found at:
https://gstreamer.freedesktop.org/releases/1.18/
https://gstreamer.freedesktop.org/releases/1.20/
Binaries for Android, iOS, Mac OS X and Windows will usually be provided
shortly after the release.

View file

@ -34,6 +34,16 @@ A wide range of video and audio decoders, encoders, and filters are included.
</GitRepository>
</repository>
<release>
<Version>
<revision>1.19.1</revision>
<branch>master</branch>
<name></name>
<created>2021-06-01</created>
<file-release rdf:resource="https://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-1.19.1.tar.xz" />
</Version>
</release>
<release>
<Version>
<revision>1.18.0</revision>

View file

@ -1,5 +1,5 @@
project('gst-plugins-base', 'c',
version : '1.19.0.1',
version : '1.19.1',
meson_version : '>= 0.54',
default_options : [ 'warning_level=1',
'buildtype=debugoptimized' ])