Release 1.19.1

This commit is contained in:
Tim-Philipp Müller 2021-06-01 00:07:53 +01:00
parent ea33144147
commit 6fa03dd151
6 changed files with 2072 additions and 1993 deletions

1980
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 core 1.18.0.
This is GStreamer core 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

@ -38,6 +38,16 @@ hierarchy, and a set of media-agnostic core elements.
</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/gstreamer/gstreamer-1.19.1.tar.xz" />
</Version>
</release>
<release>
<Version>
<revision>1.18.0</revision>

View file

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