mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 06:58:56 +00:00
Release 1.11.90
This commit is contained in:
parent
812e24b06f
commit
1c76946b03
6 changed files with 108 additions and 21 deletions
82
ChangeLog
82
ChangeLog
|
@ -1,9 +1,85 @@
|
||||||
=== release 1.11.2 ===
|
=== release 1.11.90 ===
|
||||||
|
|
||||||
2017-02-24 Sebastian Dröge <slomo@coaxion.net>
|
2017-04-07 Sebastian Dröge <slomo@coaxion.net>
|
||||||
|
|
||||||
* configure.ac:
|
* configure.ac:
|
||||||
releasing 1.11.2
|
releasing 1.11.90
|
||||||
|
|
||||||
|
2017-04-07 14:27:23 +0300 Sebastian Dröge <sebastian@centricular.com>
|
||||||
|
|
||||||
|
* omx/gstomxvideoenc.c:
|
||||||
|
omxvideoenc: Fix compiler warning
|
||||||
|
gstomxvideoenc.c: In function ‘gst_omx_video_enc_fill_buffer’:
|
||||||
|
CC libgstomx_la-gstomxaacdec.lo
|
||||||
|
gstomxvideoenc.c:1316:27: warning: format ‘%u’ expects argument of type ‘unsigned int’, but argument 8 has type ‘OMX_U32 {aka long unsigned int}’ [-Wformat=]
|
||||||
|
GST_LOG_OBJECT (self, "Matched strides - direct copy %u bytes",
|
||||||
|
^
|
||||||
|
outbuf->omx_buf->nFilledLen);
|
||||||
|
~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
2017-03-22 17:18:09 +0530 Gurkirpal Singh <gurkirpal204@gmail.com>
|
||||||
|
|
||||||
|
* meson.build:
|
||||||
|
meson: fix logic to set HAVE_THEORA
|
||||||
|
https://bugzilla.gnome.org/show_bug.cgi?id=780392
|
||||||
|
|
||||||
|
2017-03-14 03:02:06 +1100 Jan Schmidt <thaytan@noraisin.net>
|
||||||
|
|
||||||
|
* omx/gstomxvideoenc.c:
|
||||||
|
omxvideoenc: Add an unimplemented mapping for RGBA formats
|
||||||
|
Add some pixel formats mappings for 2 RGBA formats. Not yet
|
||||||
|
implemented in the buffer input code though, so no effect for now.
|
||||||
|
|
||||||
|
2017-03-14 03:00:49 +1100 Jan Schmidt <thaytan@noraisin.net>
|
||||||
|
|
||||||
|
* omx/gstomx.c:
|
||||||
|
* omx/gstomx.h:
|
||||||
|
* omx/gstomxvideoenc.c:
|
||||||
|
omxvideoenc: Add GST_OMX_HACK_HEIGHT_MULTIPLE_16 for Rpi
|
||||||
|
The Raspberry Pi encoder produces corrupt output unless
|
||||||
|
the input height is a multiple of 16. Add a hack that adds
|
||||||
|
zero padding when needed.
|
||||||
|
|
||||||
|
2017-03-14 02:42:15 +1100 Jan Schmidt <thaytan@noraisin.net>
|
||||||
|
|
||||||
|
* omx/gstomxvideoenc.c:
|
||||||
|
omxvideoenc: Add a mapping for OMX_COLOR_FormatYUV420PackedSemiPlanar
|
||||||
|
The RaspberryPi
|
||||||
|
|
||||||
|
2017-03-14 02:40:24 +1100 Jan Schmidt <thaytan@noraisin.net>
|
||||||
|
|
||||||
|
* omx/gstomxvideoenc.c:
|
||||||
|
omxvideoenc: Filter out unimplemented formats
|
||||||
|
Don't announce pixel formats in the caps if they've not been
|
||||||
|
implemented.
|
||||||
|
|
||||||
|
2017-03-14 02:34:36 +1100 Jan Schmidt <thaytan@noraisin.net>
|
||||||
|
|
||||||
|
* omx/gstomxvideodec.c:
|
||||||
|
omxvideodec: demote ERROR message
|
||||||
|
There's no need to warn about failing to negotiate EGL output
|
||||||
|
- that can be perfectly normal.
|
||||||
|
|
||||||
|
2017-02-24 16:00:29 +0200 Sebastian Dröge <sebastian@centricular.com>
|
||||||
|
|
||||||
|
* meson.build:
|
||||||
|
meson: Update version
|
||||||
|
|
||||||
|
2017-02-24 15:38:17 +0200 Sebastian Dröge <sebastian@centricular.com>
|
||||||
|
|
||||||
|
* configure.ac:
|
||||||
|
Back to development
|
||||||
|
|
||||||
|
=== release 1.11.2 ===
|
||||||
|
|
||||||
|
2017-02-24 15:10:17 +0200 Sebastian Dröge <sebastian@centricular.com>
|
||||||
|
|
||||||
|
* ChangeLog:
|
||||||
|
* NEWS:
|
||||||
|
* RELEASE:
|
||||||
|
* configure.ac:
|
||||||
|
* gst-omx.doap:
|
||||||
|
Release 1.11.2
|
||||||
|
|
||||||
2017-02-15 18:22:53 +0000 Tim-Philipp Müller <tim@centricular.com>
|
2017-02-15 18:22:53 +0000 Tim-Philipp Müller <tim@centricular.com>
|
||||||
|
|
||||||
|
|
2
NEWS
2
NEWS
|
@ -1 +1 @@
|
||||||
This is GStreamer 1.11.2.
|
This is GStreamer 1.11.90.
|
||||||
|
|
27
RELEASE
27
RELEASE
|
@ -1,17 +1,15 @@
|
||||||
|
|
||||||
Release notes for GStreamer OpenMAX IL wrapper plugin 1.11.2
|
Release notes for GStreamer OpenMAX IL wrapper plugin 1.11.90
|
||||||
|
|
||||||
The GStreamer team is pleased to announce the second release of the unstable
|
The GStreamer team is pleased to announce the first release candidate of the
|
||||||
1.11 release series. The 1.11 release series is adding new features on top of
|
stable 1.12 release series. The 1.12 release series is adding new features on
|
||||||
the 1.0, 1.2, 1.4, 1.6, 1.8 and 1.10 series and is part of the API and ABI-stable 1.x release
|
top of the 1.0, 1.2, 1.4, 1.6, 1.8 and 1.10 series and is part of the API and
|
||||||
series of the GStreamer multimedia framework. The unstable 1.11 release series
|
ABI-stable 1.x release series of the GStreamer multimedia framework.
|
||||||
will lead to the stable 1.12 release series in the next weeks. Any newly added
|
|
||||||
API can still change until that point.
|
|
||||||
|
|
||||||
|
|
||||||
Full release notes will be provided at some point during the 1.11 release
|
Full release notes will be provided with the 1.12.0 release, highlighting all
|
||||||
cycle, highlighting all the new features, bugfixes, performance optimizations
|
the new features, bugfixes, performance optimizations and other important
|
||||||
and other important changes.
|
changes.
|
||||||
|
|
||||||
|
|
||||||
Binaries for Android, iOS, Mac OS X and Windows will be provided in the next days.
|
Binaries for Android, iOS, Mac OS X and Windows will be provided in the next days.
|
||||||
|
@ -42,6 +40,10 @@ contains a set of less supported plugins that haven't passed the
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Bugs fixed in this release
|
||||||
|
|
||||||
|
* 780392 : Wrong variable check in meson.build
|
||||||
|
|
||||||
==== Download ====
|
==== Download ====
|
||||||
|
|
||||||
You can find source releases of gst-omx in the download
|
You can find source releases of gst-omx in the download
|
||||||
|
@ -77,8 +79,7 @@ subscribe to the gstreamer-devel list.
|
||||||
|
|
||||||
Contributors to this release
|
Contributors to this release
|
||||||
|
|
||||||
* Matthew Waters
|
* Gurkirpal Singh
|
||||||
|
* Jan Schmidt
|
||||||
* Sebastian Dröge
|
* Sebastian Dröge
|
||||||
* Tim-Philipp Müller
|
|
||||||
* Vincent Penquerc'h
|
|
||||||
|
|
|
@ -5,7 +5,7 @@ dnl please read gstreamer/docs/random/autotools before changing this file
|
||||||
dnl initialize autoconf
|
dnl initialize autoconf
|
||||||
dnl releases only do -Wall, git and prerelease does -Werror too
|
dnl releases only do -Wall, git and prerelease does -Werror too
|
||||||
dnl use a three digit version number for releases, and four for git/prerelease
|
dnl use a three digit version number for releases, and four for git/prerelease
|
||||||
AC_INIT(GStreamer OpenMAX Plug-ins, 1.11.2.1,
|
AC_INIT(GStreamer OpenMAX Plug-ins, 1.11.90,
|
||||||
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
|
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
|
||||||
gst-omx)
|
gst-omx)
|
||||||
|
|
||||||
|
@ -45,10 +45,10 @@ AC_DEFINE_UNQUOTED(GST_API_VERSION, "$GST_API_VERSION",
|
||||||
[GStreamer API Version])
|
[GStreamer API Version])
|
||||||
|
|
||||||
AG_GST_LIBTOOL_PREPARE
|
AG_GST_LIBTOOL_PREPARE
|
||||||
AS_LIBTOOL(GST, 1102, 0, 1102)
|
AS_LIBTOOL(GST, 1190, 0, 1190)
|
||||||
|
|
||||||
dnl *** required versions of GStreamer stuff ***
|
dnl *** required versions of GStreamer stuff ***
|
||||||
GST_REQ=1.11.2.1
|
GST_REQ=1.11.90
|
||||||
|
|
||||||
dnl *** autotools stuff ****
|
dnl *** autotools stuff ****
|
||||||
|
|
||||||
|
|
10
gst-omx.doap
10
gst-omx.doap
|
@ -31,6 +31,16 @@ a basic collection of elements
|
||||||
</GitRepository>
|
</GitRepository>
|
||||||
</repository>
|
</repository>
|
||||||
|
|
||||||
|
<release>
|
||||||
|
<Version>
|
||||||
|
<revision>1.11.90</revision>
|
||||||
|
<branch>master</branch>
|
||||||
|
<name></name>
|
||||||
|
<created>2017-04-07</created>
|
||||||
|
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-omx/gst-omx-1.11.90.tar.xz" />
|
||||||
|
</Version>
|
||||||
|
</release>
|
||||||
|
|
||||||
<release>
|
<release>
|
||||||
<Version>
|
<Version>
|
||||||
<revision>1.11.2</revision>
|
<revision>1.11.2</revision>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
project('gst-omx', 'c',
|
project('gst-omx', 'c',
|
||||||
version : '1.11.2.1',
|
version : '1.11.90',
|
||||||
meson_version : '>= 0.36.0',
|
meson_version : '>= 0.36.0',
|
||||||
default_options : [ 'warning_level=1',
|
default_options : [ 'warning_level=1',
|
||||||
'buildtype=debugoptimized' ])
|
'buildtype=debugoptimized' ])
|
||||||
|
|
Loading…
Reference in a new issue