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
831175b4
Commit
831175b4
authored
Jul 14, 2017
by
Sebastian Dröge
🍵
Browse files
Release 1.12.2
parent
39da616f
Changes
6
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
831175b4
=== release 1.12.2 ===
2017-07-14 Sebastian Dröge <slomo@coaxion.net>
* configure.ac:
releasing 1.12.2
=== release 1.12.1 ===
2017-06-20 Sebastian Dröge <s
lomo@coaxion.net
>
2017-06-20
12:09:59 +0300
Sebastian Dröge <s
ebastian@centricular.com
>
* ChangeLog:
* NEWS:
* RELEASE:
* configure.ac:
releasing 1.12.1
* gst-omx.doap:
* meson.build:
Release 1.12.1
2017-06-02 12:48:57 +0200 Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
...
...
NEWS
View file @
831175b4
# GStreamer 1.12 Release Notes
GStreamer 1.12.0 was originally released on 4th May 2017.
The latest bug-fix release in the 1.12 series is [1.12.
1
](#1.12.
1
) and was
released on
20
Ju
ne
2017.
The latest bug-fix release in the 1.12 series is [1.12.
2
](#1.12.
2
) and was
released on
14
Ju
ly
2017.
The GStreamer team is proud to announce a new major feature release in the
stable 1.x API series of your favourite cross-platform multimedia framework!
...
...
@@ -13,7 +13,7 @@ improvements.
See [https://gstreamer.freedesktop.org/releases/1.12/][latest] for the latest
version of this document.
*Last updated:
Tues
day
20
Ju
ne
2017,
07:3
0 UTC [(log)][gitlog]*
*Last updated:
Fri
day
14
Ju
ly
2017,
10:0
0 UTC [(log)][gitlog]*
[latest]: https://gstreamer.freedesktop.org/releases/1.12/
[gitlog]: https://cgit.freedesktop.org/gstreamer/www/log/src/htdocs/releases/1.12/release-notes-1.12.md
...
...
@@ -723,7 +723,7 @@ is a stable branch.
### 1.12.1
The first 1.1
0
bug-fix release (1.12.1) was released on 20 June 2017.
The first 1.1
2
bug-fix release (1.12.1) was released on 20 June 2017.
This release only contains bugfixes and it should be safe to update from 1.12.x.
#### Major bugfixes in 1.12.1
...
...
@@ -751,6 +751,34 @@ GIT logs or ChangeLogs of the particular modules.
[buglist-1.12.1]: https://bugzilla.gnome.org/buglist.cgi?bug_status=RESOLVED&bug_status=VERIFIED&classification=Platform&limit=0&list_id=225693&order=bug_id&product=GStreamer&query_format=advanced&resolution=FIXED&target_milestone=1.12.1
<a name="1.12.2"></a>
### 1.12.2
The second 1.12 bug-fix release (1.12.2) was released on 14 July 2017.
This release only contains bugfixes and it should be safe to update from 1.12.x.
#### Major bugfixes in 1.12.2
- Various fixes for crashes, assertions, deadlocks and memory leaks
- Regression fix for playback of live HLS streams
- Regression fix for crash when playing back a tunneled RTSP stream
- Regression fix for playback of RLE animations in MOV containers
- Regression fix for RTP GSM payloading producing corrupted output
- Major bugfixes to the MXF demuxer, mostly related to seeking and
fixes to the frame reordering handling in the MXF muxer and demuxer
- Fix for playback of mono streams on MacOS
- More fixes for index handling of ASF containers
- Various fixes to adaptivedemux, DASH and HLS demuxers
- Fix deadlock in gstreamer-editing-services during class initialization
- ... and many, many more!
For a full list of bugfixes see [Bugzilla][buglist-1.12.2]. Note that this is
not the full list of changes. For the full list of changes please refer to the
GIT logs or ChangeLogs of the particular modules.
[buglist-1.12.2]: https://bugzilla.gnome.org/buglist.cgi?bug_status=RESOLVED&bug_status=VERIFIED&classification=Platform&limit=0&list_id=225693&order=bug_id&product=GStreamer&query_format=advanced&resolution=FIXED&target_milestone=1.12.2
## Known Issues
- The `webrtcdsp` element is currently not shipped as part of the Windows
...
...
@@ -774,7 +802,8 @@ in October.
- - -
*These release notes have been prepared by Sebastian Dröge, Tim-Philipp Müller
and Víctor Manuel Jáquez Leal.*
*These release notes have been prepared by Olivier Crête, Sebastian Dröge,
Nicolas Dufresne, Víctor Manuel Jáquez Leal, Tim-Philipp Müller, Philippe
Normand and Thibault Saunier.*
*License: [CC BY-SA 4.0](http://creativecommons.org/licenses/by-sa/4.0/)*
RELEASE
View file @
831175b4
Release notes for GStreamer OpenMAX IL wrapper plugin 1.12.
1
Release notes for GStreamer OpenMAX IL wrapper plugin 1.12.
2
The GStreamer team is proud to announce the
first
bugfix release in the stable
The GStreamer team is proud to announce the
second
bugfix release in the stable
1.12 release series of your favourite cross-platform multimedia framework!
...
...
@@ -17,6 +17,7 @@ components and makes them available as standard GStreamer
elements.
Other modules containing plugins are:
...
...
@@ -36,12 +37,6 @@ contains a set of less supported plugins that haven't passed the
Bugs fixed in this release
* 782382 : gst-omx: missing config.h.meson
* 782387 : gst-omx: fix linking issue when building with meson
* 783346 : meson: define HAVE_VIDEO_EXT if OMX_VideoExt.h is present
==== Download ====
You can find source releases of gst-omx in the download
...
...
@@ -78,5 +73,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 @
831175b4
...
...
@@ -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.12.
1
,
AC_INIT(GStreamer OpenMAX Plug-ins, 1.12.
2
,
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
gst-omx)
...
...
@@ -45,7 +45,7 @@ AC_DEFINE_UNQUOTED(GST_API_VERSION, "$GST_API_VERSION",
[GStreamer API Version])
AG_GST_LIBTOOL_PREPARE
AS_LIBTOOL(GST, 120
1
, 0, 120
1
)
AS_LIBTOOL(GST, 120
2
, 0, 120
2
)
dnl *** required versions of GStreamer stuff ***
GST_REQ=1.12.0
...
...
gst-omx.doap
View file @
831175b4
...
...
@@ -31,6 +31,16 @@ a basic collection of elements
</GitRepository>
</repository>
<release>
<Version>
<revision>1.12.2</revision>
<branch>1.12</branch>
<name></name>
<created>2017-07-14</created>
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-omx/gst-omx-1.12.2.tar.xz" />
</Version>
</release>
<release>
<Version>
<revision>1.12.1</revision>
...
...
meson.build
View file @
831175b4
project
(
'gst-omx'
,
'c'
,
version
:
'1.12.
1
'
,
version
:
'1.12.
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