summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2016-09-30 13:04:51 +0300
committerSebastian Dröge <sebastian@centricular.com>2016-09-30 13:04:51 +0300
commit70e6f8154f26d487224c989bcede4d1e932981cc (patch)
tree28e8139e9f9f8210f0d8177e0ce5a0f5998d1877
parent2c595c5f7ba5cfe0c769f3a83ed6a385e85ac6d2 (diff)
Release 1.9.90gst-omx-1.9.90
-rw-r--r--ChangeLog47
-rw-r--r--NEWS2
-rw-r--r--RELEASE20
m---------common0
-rw-r--r--configure.ac6
-rw-r--r--gst-omx.doap10
6 files changed, 70 insertions, 15 deletions
diff --git a/ChangeLog b/ChangeLog
index 891b68b075..920558dd22 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,52 @@
+=== release 1.9.90 ===
+
+2016-09-30 Sebastian Dröge <slomo@coaxion.net>
+
+ * configure.ac:
+ releasing 1.9.90
+
+2016-09-14 11:33:13 +0200 Sebastian Dröge <sebastian@centricular.com>
+
+ * configure.ac:
+ configure: Depend on gstreamer 1.9.2.1
+
+2016-09-12 14:09:46 +0200 Sebastian Dröge <sebastian@centricular.com>
+
+ * configure.ac:
+ * omx/gstomx.c:
+ omx: Also search for gstomx.conf in the autoconf --sysconfdir
+ https://bugzilla.gnome.org/show_bug.cgi?id=770743
+
+2016-09-10 20:52:10 +1000 Jan Schmidt <jan@centricular.com>
+
+ * autogen.sh:
+ * common:
+ Automatic update of common submodule
+ From b18d820 to f980fd9
+
+2016-09-10 09:58:16 +1000 Jan Schmidt <jan@centricular.com>
+
+ * autogen.sh:
+ * common:
+ Automatic update of common submodule
+ From ac2f647 to b18d820
+
+2016-09-01 12:36:09 +0300 Sebastian Dröge <sebastian@centricular.com>
+
+ * configure.ac:
+ Back to development
+
=== release 1.9.2 ===
-2016-09-01 Sebastian Dröge <slomo@coaxion.net>
+2016-09-01 12:35:58 +0300 Sebastian Dröge <sebastian@centricular.com>
+ * ChangeLog:
+ * NEWS:
+ * RELEASE:
+ * common:
* configure.ac:
- releasing 1.9.2
+ * gst-omx.doap:
+ Release 1.9.2
2016-07-11 21:15:48 +0200 Stefan Sauer <ensonic@users.sf.net>
diff --git a/NEWS b/NEWS
index 027c01804e..072b2dfb35 100644
--- a/NEWS
+++ b/NEWS
@@ -1 +1 @@
-This is GStreamer 1.9.2
+This is GStreamer 1.9.90
diff --git a/RELEASE b/RELEASE
index 62d6f8b0aa..fe76419990 100644
--- a/RELEASE
+++ b/RELEASE
@@ -1,18 +1,16 @@
-Release notes for GStreamer OpenMAX IL wrapper plugin 1.9.2
+Release notes for GStreamer OpenMAX IL wrapper plugin 1.9.90
-The GStreamer team is pleased to announce the second release of the unstable
-1.9 release series, which marks the feature freeze for 1.10. The 1.9 release
-series is adding new features on top of the 1.0, 1.2, 1.4, 1.6 and 1.8 series
-and is part of the API and ABI-stable 1.x release series of the GStreamer
-multimedia framework. The unstable 1.9 release series will lead to the stable
-1.10 release series in the next weeks. Any newly added API can still change
-until that point.
+The GStreamer team is pleased to announce the first release candidate of the
+stable 1.10 release series. The 1.10 release series is adding new features on
+top of the 1.0, 1.2, 1.4, 1.6 and 1.8 series and is part of the API and
+ABI-stable 1.x release series of the GStreamer multimedia framework.
Binaries for Android, iOS, Mac OS X and Windows will be provided in the next days.
+
This module contains a plugin that wraps available OpenMAX IL
components and makes them available as standard GStreamer
elements.
@@ -38,6 +36,10 @@ contains a set of less supported plugins that haven't passed the
+Bugs fixed in this release
+
+ * 770743 : Also look in autotools --sysconfdir path for gstomx.conf
+
==== Download ====
You can find source releases of gst-omx in the download
@@ -73,6 +75,6 @@ subscribe to the gstreamer-devel list.
Contributors to this release
+ * Jan Schmidt
* Sebastian Dröge
- * Stefan Sauer
  \ No newline at end of file
diff --git a/common b/common
-Subproject f980fd91c1c1fd01333966041a4a535366e897b
+Subproject ac2f647695e7bd4b433ea108ee1d0e23901797d
diff --git a/configure.ac b/configure.ac
index b32b6b5a2e..4d38c08b4b 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.9.2.1,
+AC_INIT(GStreamer OpenMAX Plug-ins, 1.9.90,
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, 902, 902, 902)
+AS_LIBTOOL(GST, 990, 0, 990)
dnl *** required versions of GStreamer stuff ***
-GST_REQ=1.9.2.1
+GST_REQ=1.9.90
dnl *** autotools stuff ****
diff --git a/gst-omx.doap b/gst-omx.doap
index 2c4e96575b..3ecd6f038b 100644
--- a/gst-omx.doap
+++ b/gst-omx.doap
@@ -33,6 +33,16 @@ a basic collection of elements
<release>
<Version>
+ <revision>1.9.90</revision>
+ <branch>master</branch>
+ <name></name>
+ <created>2016-09-30</created>
+ <file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-omx/gst-omx-1.9.90.tar.xz" />
+ </Version>
+ </release>
+
+ <release>
+ <Version>
<revision>1.9.2</revision>
<branch>master</branch>
<name></name>