mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
Release 1.10.0
This commit is contained in:
parent
70e6f8154f
commit
0ddfc0554b
5 changed files with 1150 additions and 18 deletions
18
ChangeLog
18
ChangeLog
|
@ -1,9 +1,21 @@
|
||||||
=== release 1.9.90 ===
|
=== release 1.10.0 ===
|
||||||
|
|
||||||
2016-09-30 Sebastian Dröge <slomo@coaxion.net>
|
2016-11-01 Sebastian Dröge <slomo@coaxion.net>
|
||||||
|
|
||||||
* configure.ac:
|
* configure.ac:
|
||||||
releasing 1.9.90
|
releasing 1.10.0
|
||||||
|
|
||||||
|
=== release 1.9.90 ===
|
||||||
|
|
||||||
|
2016-09-30 13:04:51 +0300 Sebastian Dröge <sebastian@centricular.com>
|
||||||
|
|
||||||
|
* ChangeLog:
|
||||||
|
* NEWS:
|
||||||
|
* RELEASE:
|
||||||
|
* common:
|
||||||
|
* configure.ac:
|
||||||
|
* gst-omx.doap:
|
||||||
|
Release 1.9.90
|
||||||
|
|
||||||
2016-09-14 11:33:13 +0200 Sebastian Dröge <sebastian@centricular.com>
|
2016-09-14 11:33:13 +0200 Sebastian Dröge <sebastian@centricular.com>
|
||||||
|
|
||||||
|
|
19
RELEASE
19
RELEASE
|
@ -1,14 +1,15 @@
|
||||||
|
|
||||||
Release notes for GStreamer OpenMAX IL wrapper plugin 1.9.90
|
Release notes for GStreamer OpenMAX IL wrapper plugin 1.10.0
|
||||||
|
|
||||||
The GStreamer team is pleased to announce the first release candidate of the
|
The GStreamer team is pleased to announce the first release of the new stable
|
||||||
stable 1.10 release series. The 1.10 release series is adding new features on
|
1.10 release series. The 1.10 release series is adding new features on top of
|
||||||
top of the 1.0, 1.2, 1.4, 1.6 and 1.8 series and is part of the API and
|
the 1.0, 1.2, 1.4, 1.6 and 1.8 series and is part of the API and ABI-stable 1.x
|
||||||
ABI-stable 1.x release series of the GStreamer multimedia framework.
|
release series of the GStreamer multimedia framework.
|
||||||
|
|
||||||
|
|
||||||
Binaries for Android, iOS, Mac OS X and Windows will be provided in the next days.
|
Binaries for Android, iOS, Mac OS X and Windows will be provided shortly after
|
||||||
|
the source release by the GStreamer project during the stable 1.10 release
|
||||||
|
series.
|
||||||
|
|
||||||
|
|
||||||
This module contains a plugin that wraps available OpenMAX IL
|
This module contains a plugin that wraps available OpenMAX IL
|
||||||
|
@ -36,10 +37,6 @@ 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 ====
|
==== Download ====
|
||||||
|
|
||||||
You can find source releases of gst-omx in the download
|
You can find source releases of gst-omx in the download
|
||||||
|
|
|
@ -5,7 +5,7 @@ dnl please read gstreamer/docs/random/autotools before changing this file
|
||||||
dnl initialize autoconf
|
dnl initialize autoconf
|
||||||
dnl releases only do -Wall, git and prerelease does -Werror too
|
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
|
dnl use a three digit version number for releases, and four for git/prerelease
|
||||||
AC_INIT(GStreamer OpenMAX Plug-ins, 1.9.90,
|
AC_INIT(GStreamer OpenMAX Plug-ins, 1.10.0,
|
||||||
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
|
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
|
||||||
gst-omx)
|
gst-omx)
|
||||||
|
|
||||||
|
@ -45,10 +45,10 @@ AC_DEFINE_UNQUOTED(GST_API_VERSION, "$GST_API_VERSION",
|
||||||
[GStreamer API Version])
|
[GStreamer API Version])
|
||||||
|
|
||||||
AG_GST_LIBTOOL_PREPARE
|
AG_GST_LIBTOOL_PREPARE
|
||||||
AS_LIBTOOL(GST, 990, 0, 990)
|
AS_LIBTOOL(GST, 1000, 0, 1000)
|
||||||
|
|
||||||
dnl *** required versions of GStreamer stuff ***
|
dnl *** required versions of GStreamer stuff ***
|
||||||
GST_REQ=1.9.90
|
GST_REQ=1.10.0
|
||||||
|
|
||||||
dnl *** autotools stuff ****
|
dnl *** autotools stuff ****
|
||||||
|
|
||||||
|
|
10
gst-omx.doap
10
gst-omx.doap
|
@ -31,6 +31,16 @@ a basic collection of elements
|
||||||
</GitRepository>
|
</GitRepository>
|
||||||
</repository>
|
</repository>
|
||||||
|
|
||||||
|
<release>
|
||||||
|
<Version>
|
||||||
|
<revision>1.10.0</revision>
|
||||||
|
<branch>master</branch>
|
||||||
|
<name></name>
|
||||||
|
<created>2016-11-01</created>
|
||||||
|
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-omx/gst-omx-1.10.0.tar.xz" />
|
||||||
|
</Version>
|
||||||
|
</release>
|
||||||
|
|
||||||
<release>
|
<release>
|
||||||
<Version>
|
<Version>
|
||||||
<revision>1.9.90</revision>
|
<revision>1.9.90</revision>
|
||||||
|
|
Loading…
Reference in a new issue