mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +00:00
Release 1.19.1
This commit is contained in:
parent
b7f155c3b3
commit
da581059b0
5 changed files with 152 additions and 1992 deletions
61
ChangeLog
61
ChangeLog
|
@ -1,7 +1,68 @@
|
|||
=== release 1.19.1 ===
|
||||
|
||||
2021-06-01 00:16:41 +0100 Tim-Philipp Müller <tim@centricular.com>
|
||||
|
||||
* ChangeLog:
|
||||
* NEWS:
|
||||
* RELEASE:
|
||||
* gst-omx.doap:
|
||||
* meson.build:
|
||||
Release 1.19.1
|
||||
|
||||
2020-11-04 18:48:13 +0530 Nirbheek Chauhan <nirbheek@centricular.com>
|
||||
|
||||
* meson.build:
|
||||
meson: Enable some MSVC warnings for parity with GCC/Clang
|
||||
This makes it easier to do development with MSVC by making it warn
|
||||
on common issues that GCC/Clang error out for in our CI configuration.
|
||||
Continuation from https://gitlab.freedesktop.org/gstreamer/gst-build/-/merge_requests/223
|
||||
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-omx/-/merge_requests/75>
|
||||
|
||||
2020-10-16 12:45:09 +0200 Stéphane Cerveau <scerveau@collabora.com>
|
||||
|
||||
* examples/egl/testegl.c:
|
||||
* meson.build:
|
||||
meson: update glib minimum version to 2.56
|
||||
In order to support the symbol g_enum_to_string in various
|
||||
project using GStreamer ( gst-validate etc.), the glib minimum
|
||||
version should be 2.56.0.
|
||||
Remove compat code as glib requirement
|
||||
is now > 2.56
|
||||
Version used by Ubuntu 18.04 LTS
|
||||
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-omx/-/merge_requests/74>
|
||||
|
||||
2020-10-05 12:32:10 +0200 Guillaume Desmottes <guillaume.desmottes@collabora.com>
|
||||
|
||||
* omx/gstomxvideodec.c:
|
||||
omxvideodec: support interlace-mode=interleaved input
|
||||
interlace-mode=alternate is a special case of interlace-mode=interleaved
|
||||
where the fields are split using two different buffers.
|
||||
The Zynq decoder always produces alternate content and we
|
||||
used to assume that upstream will set interlace-mode=alternate in its
|
||||
caps as well.
|
||||
This is no longer the case as h265parse is now setting
|
||||
alternate-mode=interleaved on alternate content to not break compat with
|
||||
elements not supporting alternate.
|
||||
As a result the decoder now accept both 'interleaved' and 'alternate' on
|
||||
its input and ensures that its ouput has interlace-mode=alternate.
|
||||
Needed to fix https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/issues/825
|
||||
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-omx/-/merge_requests/72>
|
||||
|
||||
2020-09-08 17:31:06 +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:09 +0100 Tim-Philipp Müller <tim@centricular.com>
|
||||
|
||||
* meson.build:
|
||||
Back to development
|
||||
|
||||
=== release 1.18.0 ===
|
||||
|
||||
2020-09-08 00:10:02 +0100 Tim-Philipp Müller <tim@centricular.com>
|
||||
|
||||
* .gitlab-ci.yml:
|
||||
* ChangeLog:
|
||||
* NEWS:
|
||||
* RELEASE:
|
||||
|
|
15
RELEASE
15
RELEASE
|
@ -1,18 +1,15 @@
|
|||
This is GStreamer gst-omx 1.18.0.
|
||||
This is GStreamer gst-omx 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.
|
||||
|
|
10
gst-omx.doap
10
gst-omx.doap
|
@ -31,6 +31,16 @@ a basic collection of 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/gst-omx/gst-omx-1.19.1.tar.xz" />
|
||||
</Version>
|
||||
</release>
|
||||
|
||||
<release>
|
||||
<Version>
|
||||
<revision>1.18.0</revision>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
project('gst-omx', 'c',
|
||||
version : '1.19.0.1',
|
||||
version : '1.19.1',
|
||||
meson_version : '>= 0.54',
|
||||
default_options : [ 'warning_level=1',
|
||||
'buildtype=debugoptimized' ])
|
||||
|
|
Loading…
Reference in a new issue