mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 00:36:51 +00:00
Release 1.18.0
This commit is contained in:
parent
c5d4d42164
commit
796b7caad0
6 changed files with 2104 additions and 68 deletions
|
@ -1,4 +1,4 @@
|
||||||
include: "https://gitlab.freedesktop.org/gstreamer/gst-ci/raw/master/gitlab/ci_template.yml"
|
include: "https://gitlab.freedesktop.org/gstreamer/gst-ci/raw/1.18/gitlab/ci_template.yml"
|
||||||
|
|
||||||
.local-rules: &local-rules
|
.local-rules: &local-rules
|
||||||
rules:
|
rules:
|
||||||
|
|
28
ChangeLog
28
ChangeLog
|
@ -1,3 +1,31 @@
|
||||||
|
=== release 1.18.0 ===
|
||||||
|
|
||||||
|
2020-09-08 00:10:18 +0100 Tim-Philipp Müller <tim@centricular.com>
|
||||||
|
|
||||||
|
* ChangeLog:
|
||||||
|
* NEWS:
|
||||||
|
* RELEASE:
|
||||||
|
* gst-devtools.doap:
|
||||||
|
* meson.build:
|
||||||
|
Release 1.18.0
|
||||||
|
|
||||||
|
2020-08-26 15:47:23 +0100 Tim-Philipp Müller <tim@centricular.com>
|
||||||
|
|
||||||
|
* validate/launcher/testsuites/check.py:
|
||||||
|
Revert "Revert "launcher: add webrtcbin datachannel tests to valgrind skip list""
|
||||||
|
This reverts commit ff79af843bc40a554795ee2a0682cfd12272dd24.
|
||||||
|
Looks like most of these are still problematic and flaky in valgrind,
|
||||||
|
so re-add to skiplist for now.
|
||||||
|
https://gitlab.freedesktop.org/thaytan/gst-plugins-base/-/jobs/4275045
|
||||||
|
|
||||||
|
2020-08-24 23:59:14 +0100 Tim-Philipp Müller <tim@centricular.com>
|
||||||
|
|
||||||
|
* validate/launcher/testsuites/check.py:
|
||||||
|
Revert "launcher: add webrtcbin datachannel tests to valgrind skip list"
|
||||||
|
This reverts commit 369c74941f1607b421bc2f16edcaea0b887926a9.
|
||||||
|
Fixes https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/issues/1383
|
||||||
|
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-devtools/-/merge_requests/220>
|
||||||
|
|
||||||
=== release 1.17.90 ===
|
=== release 1.17.90 ===
|
||||||
|
|
||||||
2020-08-20 16:16:50 +0100 Tim-Philipp Müller <tim@centricular.com>
|
2020-08-20 16:16:50 +0100 Tim-Philipp Müller <tim@centricular.com>
|
||||||
|
|
13
RELEASE
13
RELEASE
|
@ -1,13 +1,16 @@
|
||||||
This is GStreamer gst-devtools 1.17.90.
|
This is GStreamer gst-devtools 1.18.0.
|
||||||
|
|
||||||
GStreamer 1.17 is the development branch leading up to the next major
|
The GStreamer team is thrilled to announce a new major feature release
|
||||||
stable version which will be 1.18.
|
of your favourite cross-platform multimedia framework!
|
||||||
|
|
||||||
The 1.17 development series adds new features on top of the 1.16 series and is
|
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
|
||||||
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 will one day be found at:
|
Full release notes can be found at:
|
||||||
|
|
||||||
https://gstreamer.freedesktop.org/releases/1.18/
|
https://gstreamer.freedesktop.org/releases/1.18/
|
||||||
|
|
||||||
|
|
|
@ -53,6 +53,16 @@
|
||||||
</GitRepository>
|
</GitRepository>
|
||||||
</repository>
|
</repository>
|
||||||
|
|
||||||
|
<release>
|
||||||
|
<Version>
|
||||||
|
<revision>1.18.0</revision>
|
||||||
|
<branch>master</branch>
|
||||||
|
<name></name>
|
||||||
|
<created>2020-09-08</created>
|
||||||
|
<file-release rdf:resource="https://gstreamer.freedesktop.org/src/gst-devtools/gst-devtools-1.18.0.tar.xz" />
|
||||||
|
</Version>
|
||||||
|
</release>
|
||||||
|
|
||||||
<release>
|
<release>
|
||||||
<Version>
|
<Version>
|
||||||
<revision>1.17.90</revision>
|
<revision>1.17.90</revision>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
project('gst-devtools', 'c',
|
project('gst-devtools', 'c',
|
||||||
version : '1.17.90',
|
version : '1.18.0',
|
||||||
meson_version : '>= 0.48',
|
meson_version : '>= 0.48',
|
||||||
default_options : [ 'warning_level=1',
|
default_options : [ 'warning_level=1',
|
||||||
'c_std=gnu99',
|
'c_std=gnu99',
|
||||||
|
|
Loading…
Reference in a new issue