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
6dd6d0fe
Commit
6dd6d0fe
authored
May 04, 2017
by
Sebastian Dröge
🍵
Browse files
Release 1.12.0
parent
538c58e7
Changes
6
Expand all
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
6dd6d0fe
=== release 1.12.0 ===
2017-05-04 Sebastian Dröge <slomo@coaxion.net>
* configure.ac:
releasing 1.12.0
=== release 1.11.91 ===
2017-04-27 Sebastian Dröge <s
lomo@coaxion.net
>
2017-04-27
17:53:50 +0300
Sebastian Dröge <s
ebastian@centricular.com
>
* ChangeLog:
* NEWS:
* RELEASE:
* configure.ac:
releasing 1.11.91
* gst-omx.doap:
* meson.build:
Release 1.11.91
2017-04-17 17:02:48 +0200 Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
...
...
NEWS
View file @
6dd6d0fe
This diff is collapsed.
Click to expand it.
RELEASE
View file @
6dd6d0fe
Release notes for GStreamer OpenMAX IL wrapper plugin 1.1
1.91
Release notes for GStreamer OpenMAX IL wrapper plugin 1.1
2.0
The GStreamer team is pleased to announce the
second
release
candidate of the
stable 1.12
release series. The 1.12 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 GStreamer team is pleased to announce the
first
release
in the stable 1.12
release series. The 1.12 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.
Full release notes will be provided with the 1.12.0 release, highlighting all
the new features, bugfixes, performance optimizations and other important
changes.
Full release notes can be found here
Binaries for Android, iOS, Mac OS X and Windows will be provided in the next days.
...
...
@@ -40,10 +38,6 @@ contains a set of less supported plugins that haven't passed the
Bugs fixed in this release
* 781409 : videoenc: use GST_ROUND_UP_N() macro
==== Download ====
You can find source releases of gst-omx in the download
...
...
@@ -80,5 +74,6 @@ subscribe to the gstreamer-devel list.
Contributors to this release
* Guillaume Desmottes
* Sebastian Dröge
* Tim-Philipp Müller
\ No newline at end of file
configure.ac
View file @
6dd6d0fe
...
...
@@ -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.1
1.91
,
AC_INIT(GStreamer OpenMAX Plug-ins, 1.1
2.0
,
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, 1
191
, 0, 1
191
)
AS_LIBTOOL(GST, 1
200
, 0, 1
200
)
dnl *** required versions of GStreamer stuff ***
GST_REQ=1.1
1.91
GST_REQ=1.1
2.0
dnl *** autotools stuff ****
...
...
gst-omx.doap
View file @
6dd6d0fe
...
...
@@ -31,6 +31,16 @@ a basic collection of elements
</GitRepository>
</repository>
<release>
<Version>
<revision>1.12.0</revision>
<branch>master</branch>
<name></name>
<created>2017-05-04</created>
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-omx/gst-omx-1.12.0.tar.xz" />
</Version>
</release>
<release>
<Version>
<revision>1.11.91</revision>
...
...
meson.build
View file @
6dd6d0fe
project
(
'gst-omx'
,
'c'
,
version
:
'1.1
1.91
'
,
version
:
'1.1
2.0
'
,
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