Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Shinya Saito
gst-omx
Commits
7d08fc88
Commit
7d08fc88
authored
Jul 20, 2018
by
Tim-Philipp Müller
🐠
Browse files
Release 1.14.2
parent
c84e81f9
Changes
6
Expand all
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
7d08fc88
=== 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>
...
...
NEWS
View file @
7d08fc88
This diff is collapsed.
Click to expand it.
RELEASE
View file @
7d08fc88
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 a
nother
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
...
...
configure.ac
View file @
7d08fc88
...
...
@@ -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, 140
1
, 0, 140
1
)
AS_LIBTOOL(GST, 140
2
, 0, 140
2
)
dnl *** required versions of GStreamer stuff ***
GST_REQ=1.14.
1
GST_REQ=1.14.
2
dnl *** autotools stuff ****
...
...
gst-omx.doap
View file @
7d08fc88
...
...
@@ -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>
...
...
meson.build
View file @
7d08fc88
project
(
'gst-omx'
,
'c'
,
version
:
'1.14.
1
'
,
version
:
'1.14.
2
'
,
meson_version
:
'>= 0.36.0'
,
default_options
:
[
'warning_level=1'
,
'buildtype=debugoptimized'
])
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment