summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog52
-rw-r--r--NEWS2
-rw-r--r--RELEASE13
-rw-r--r--configure.ac6
-rw-r--r--gst-omx.doap10
5 files changed, 66 insertions, 17 deletions
diff --git a/ChangeLog b/ChangeLog
index 8888b18..d709f6f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,57 @@
+=== release 1.11.2 ===
+
+2017-02-24 Sebastian Dröge <slomo@coaxion.net>
+
+ * configure.ac:
+ 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 Sebastian Dröge <slomo@coaxion.net>
+2017-01-12 16:26:55 +0200 Sebastian Dröge <sebastian@centricular.com>
+ * ChangeLog:
+ * NEWS:
+ * RELEASE:
* configure.ac:
- releasing 1.11.1
+ * gst-omx.doap:
+ Release 1.11.1
2017-01-10 15:29:08 +0000 Vincent Penquerc'h <vincent.penquerch@collabora.co.uk>
diff --git a/NEWS b/NEWS
index a940f7b..ba794a2 100644
--- a/NEWS
+++ b/NEWS
@@ -1 +1 @@
-This is GStreamer 1.11.1.
+This is GStreamer 1.11.2.
diff --git a/RELEASE b/RELEASE
index dab8fd3..a264966 100644
--- a/RELEASE
+++ b/RELEASE
@@ -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
diff --git a/configure.ac b/configure.ac
index 21ecad1..eda693e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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 ****
diff --git a/gst-omx.doap b/gst-omx.doap
index cff3bd6..6c78821 100644
--- a/gst-omx.doap
+++ b/gst-omx.doap
@@ -33,6 +33,16 @@ a basic collection of elements
<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>
<branch>master</branch>
<name></name>