Release 1.11.2

This commit is contained in:
Sebastian Dröge 2017-02-24 15:10:17 +02:00
parent 7f8c2a08da
commit bd0fd3ae06
5 changed files with 67 additions and 18 deletions

View file

@ -1,9 +1,57 @@
=== release 1.11.1 ===
=== release 1.11.2 ===
2017-01-12 Sebastian Dröge <slomo@coaxion.net>
2017-02-24 Sebastian Dröge <slomo@coaxion.net>
* configure.ac:
releasing 1.11.1
releasing 1.11.2
2017-02-15 18:22:53 +0000 Tim-Philipp Müller <tim@centricular.com>
* Makefile.am:
meson: dist meson build files
Ship meson build files in tarballs, so people who use tarballs
in their builds can start playing with meson already.
2017-01-13 16:23:12 +0000 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
* omx/gstomxaacenc.c:
omxaacenc: let encoder know about incoming rate/channels
https://bugzilla.gnome.org/show_bug.cgi?id=777223
2017-01-18 02:43:44 +1100 Matthew Waters <matthew@centricular.com>
* config/bellagio/meson.build:
* config/meson.build:
* config/rpi/meson.build:
* examples/egl/meson.build:
* examples/meson.build:
* hooks/pre-commit.hook:
* meson.build:
* meson_options.txt:
* omx/meson.build:
build: add meson build definition
Currently only been tested on the RPi within gst-build.
2017-01-18 15:21:35 +1100 Matthew Waters <matthew@centricular.com>
* examples/egl/testegl.c:
examples/testegl: update for libgstgl changes
2017-01-12 16:33:09 +0200 Sebastian Dröge <sebastian@centricular.com>
* configure.ac:
Back to development
=== release 1.11.1 ===
2017-01-12 16:26:55 +0200 Sebastian Dröge <sebastian@centricular.com>
* ChangeLog:
* NEWS:
* RELEASE:
* configure.ac:
* gst-omx.doap:
Release 1.11.1
2017-01-10 15:29:08 +0000 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>

2
NEWS
View file

@ -1 +1 @@
This is GStreamer 1.11.1.
This is GStreamer 1.11.2.

13
RELEASE
View file

@ -1,7 +1,7 @@
Release notes for GStreamer OpenMAX IL wrapper plugin 1.11.1
Release notes for GStreamer OpenMAX IL wrapper plugin 1.11.2
The GStreamer team is pleased to announce the first release of the unstable
The GStreamer team is pleased to announce the second release of the unstable
1.11 release series. The 1.11 release series is adding new features on top of
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
series of the GStreamer multimedia framework. The unstable 1.11 release series
@ -42,11 +42,6 @@ contains a set of less supported plugins that haven't passed the
Bugs fixed in this release
* 740111 : omxvideodec: renders video flipped upside down when using egl_render
* 777102 : omxaudioenc: set base class format instead of just source pad caps
==== Download ====
You can find source releases of gst-omx in the download
@ -82,11 +77,7 @@ subscribe to the gstreamer-devel list.
Contributors to this release
* Edward Hervey
* George Kiagiadakis
* Graham Leggett
* Matthew Waters
* Reynaldo H. Verdejo Pinochet
* Sebastian Dröge
* Tim-Philipp Müller
* Vincent Penquerc'h

View file

@ -5,7 +5,7 @@ dnl please read gstreamer/docs/random/autotools before changing this file
dnl initialize autoconf
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
AC_INIT(GStreamer OpenMAX Plug-ins, 1.11.1.1,
AC_INIT(GStreamer OpenMAX Plug-ins, 1.11.2,
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
gst-omx)
@ -45,10 +45,10 @@ AC_DEFINE_UNQUOTED(GST_API_VERSION, "$GST_API_VERSION",
[GStreamer API Version])
AG_GST_LIBTOOL_PREPARE
AS_LIBTOOL(GST, 1101, 0, 1101)
AS_LIBTOOL(GST, 1102, 0, 1102)
dnl *** required versions of GStreamer stuff ***
GST_REQ=1.11.1.1
GST_REQ=1.11.2
dnl *** autotools stuff ****

View file

@ -31,6 +31,16 @@ a basic collection of elements
</GitRepository>
</repository>
<release>
<Version>
<revision>1.11.2</revision>
<branch>master</branch>
<name></name>
<created>2017-02-24</created>
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-omx/gst-omx-1.11.2.tar.xz" />
</Version>
</release>
<release>
<Version>
<revision>1.11.1</revision>