mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 11:41:09 +00:00
Release 1.19.1
This commit is contained in:
parent
f8165aee8d
commit
474c4bea13
5 changed files with 133 additions and 1992 deletions
42
ChangeLog
42
ChangeLog
|
@ -1,7 +1,49 @@
|
||||||
|
=== release 1.19.1 ===
|
||||||
|
|
||||||
|
2021-06-01 00:16:12 +0100 Tim-Philipp Müller <tim@centricular.com>
|
||||||
|
|
||||||
|
* ChangeLog:
|
||||||
|
* NEWS:
|
||||||
|
* RELEASE:
|
||||||
|
* gst-python.doap:
|
||||||
|
* meson.build:
|
||||||
|
Release 1.19.1
|
||||||
|
|
||||||
|
2021-05-11 17:14:41 -0400 Stirling Westrup <stirling.westrup@userful.com>
|
||||||
|
|
||||||
|
* meson.build:
|
||||||
|
Fixed meson.build to correctly use libdir
|
||||||
|
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-python/-/merge_requests/45>
|
||||||
|
|
||||||
|
2020-10-09 14:34:12 +0200 Stéphane Cerveau <scerveau@collabora.com>
|
||||||
|
|
||||||
|
* meson.build:
|
||||||
|
* plugin/meson.build:
|
||||||
|
gstreamer-full: plugin can be registered statically.
|
||||||
|
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-python/-/merge_requests/43>
|
||||||
|
|
||||||
|
2020-10-08 12:56:10 +0200 Andoni Morales Alastruey <ylatuya@gmail.com>
|
||||||
|
|
||||||
|
* meson.build:
|
||||||
|
macOS: Fix plugin link with Python 3.8
|
||||||
|
see: https://gitlab.freedesktop.org/gstreamer/gst-python/-/issues/28
|
||||||
|
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-python/-/merge_requests/42>
|
||||||
|
|
||||||
|
2020-09-08 17:30:59 +0100 Tim-Philipp Müller <tim@centricular.com>
|
||||||
|
|
||||||
|
* .gitlab-ci.yml:
|
||||||
|
ci: include template from gst-ci master branch again
|
||||||
|
|
||||||
|
2020-09-08 16:59:04 +0100 Tim-Philipp Müller <tim@centricular.com>
|
||||||
|
|
||||||
|
* meson.build:
|
||||||
|
Back to development
|
||||||
|
|
||||||
=== release 1.18.0 ===
|
=== release 1.18.0 ===
|
||||||
|
|
||||||
2020-09-08 00:09:33 +0100 Tim-Philipp Müller <tim@centricular.com>
|
2020-09-08 00:09:33 +0100 Tim-Philipp Müller <tim@centricular.com>
|
||||||
|
|
||||||
|
* .gitlab-ci.yml:
|
||||||
* ChangeLog:
|
* ChangeLog:
|
||||||
* NEWS:
|
* NEWS:
|
||||||
* RELEASE:
|
* RELEASE:
|
||||||
|
|
15
RELEASE
15
RELEASE
|
@ -1,18 +1,15 @@
|
||||||
This is GStreamer gst-python 1.18.0.
|
This is GStreamer gst-python 1.19.1.
|
||||||
|
|
||||||
The GStreamer team is thrilled to announce a new major feature release
|
GStreamer 1.19 is the development branch leading up to the next major
|
||||||
of your favourite cross-platform multimedia framework!
|
stable version which will be 1.20.
|
||||||
|
|
||||||
As always, this release is again packed with new features, bug fixes and
|
The 1.19 development series adds new features on top of the 1.18 series and is
|
||||||
other improvements.
|
|
||||||
|
|
||||||
The 1.18 release series adds new features on top of the 1.16 series and is
|
|
||||||
part of the API and ABI-stable 1.x release series of the GStreamer multimedia
|
part of the API and ABI-stable 1.x release series of the GStreamer multimedia
|
||||||
framework.
|
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
|
Binaries for Android, iOS, Mac OS X and Windows will usually be provided
|
||||||
shortly after the release.
|
shortly after the release.
|
||||||
|
|
|
@ -30,6 +30,16 @@ GStreamer Python Bindings is a set of overrides and Gst fundamental types handli
|
||||||
</GitRepository>
|
</GitRepository>
|
||||||
</repository>
|
</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-python/gst-python-1.19.1.tar.xz" />
|
||||||
|
</Version>
|
||||||
|
</release>
|
||||||
|
|
||||||
<release>
|
<release>
|
||||||
<Version>
|
<Version>
|
||||||
<revision>1.18.0</revision>
|
<revision>1.18.0</revision>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
project('gst-python', 'c', 'cpp',
|
project('gst-python', 'c', 'cpp',
|
||||||
version : '1.19.0.1',
|
version : '1.19.1',
|
||||||
meson_version : '>= 0.54',
|
meson_version : '>= 0.54',
|
||||||
default_options : [ 'warning_level=1',
|
default_options : [ 'warning_level=1',
|
||||||
'c_std=gnu99',
|
'c_std=gnu99',
|
||||||
|
|
Loading…
Reference in a new issue