Skip to content
Snippets Groups Projects
Commit 7d08fc88 authored by Tim-Philipp Müller's avatar Tim-Philipp Müller :tropical_fish:
Browse files

Release 1.14.2

parent c84e81f9
No related branches found
Tags gst-omx-1.14.2
No related merge requests found
=== release 1.14.2 ===
2018-07-20 01:09:29 +0100 Tim-Philipp Müller <tim@centricular.com>
* ChangeLog:
* NEWS:
* RELEASE:
* configure.ac:
* gst-omx.doap:
* meson.build:
Release 1.14.2
2018-04-20 11:54:14 +0100 Tim-Philipp Müller <tim@centricular.com>
* meson.build:
meson: fix miscellaneous meson warnings
cc.has_header*() doesn't have a 'required:' kwarg.
=== release 1.14.1 ===
2018-05-17 13:37:19 +0100 Tim-Philipp Müller <tim@centricular.com>
......
This diff is collapsed.
This is GStreamer gst-omx 1.14.1.
This is GStreamer gst-omx 1.14.2.
The GStreamer team is pleased to announce a new bug-fix release in the
The GStreamer team is pleased to announce another bug-fix release in the
stable 1.x API series of your favourite cross-platform multimedia framework!
The 1.14 release series adds new features on top of the 1.12 series and is
......
......@@ -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.14.1,
AC_INIT(GStreamer OpenMAX Plug-ins, 1.14.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, 1401, 0, 1401)
AS_LIBTOOL(GST, 1402, 0, 1402)
dnl *** required versions of GStreamer stuff ***
GST_REQ=1.14.1
GST_REQ=1.14.2
dnl *** autotools stuff ****
......
......@@ -31,6 +31,16 @@ a basic collection of elements
</GitRepository>
</repository>
<release>
<Version>
<revision>1.14.2</revision>
<branch>1.14</branch>
<name></name>
<created>2018-07-20</created>
<file-release rdf:resource="https://gstreamer.freedesktop.org/src/gst-omx/gst-omx-1.14.2.tar.xz" />
</Version>
</release>
<release>
<Version>
<revision>1.14.1</revision>
......
project('gst-omx', 'c',
version : '1.14.1',
version : '1.14.2',
meson_version : '>= 0.36.0',
default_options : [ 'warning_level=1',
'buildtype=debugoptimized' ])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment