mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
Release 1.10.0
This commit is contained in:
parent
18989a8459
commit
6f6d9f3469
5 changed files with 1222 additions and 23 deletions
87
ChangeLog
87
ChangeLog
|
@ -1,9 +1,90 @@
|
|||
=== 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:
|
||||
releasing 1.9.90
|
||||
releasing 1.10.0
|
||||
|
||||
2016-10-25 08:54:11 -0700 Scott D Phillips <scott.d.phillips@intel.com>
|
||||
|
||||
* meson.build:
|
||||
meson: Don't depend on gstreamer-check-1.0 on windows
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=773114
|
||||
|
||||
2016-10-25 11:48:35 +0530 Nirbheek Chauhan <nirbheek@centricular.com>
|
||||
|
||||
* meson.build:
|
||||
* tests/check/meson.build:
|
||||
Revert "meson: move gstreamer-check-1.0 dependency to tests/check"
|
||||
This reverts commit 5665c2bfc9cae531c6dd9a75766d06a4af25ab9a.
|
||||
Does not actually work. See:
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=773114#c31
|
||||
|
||||
2016-10-21 05:49:18 -0300 Thibault Saunier <thibault.saunier@osg.samsung.com>
|
||||
|
||||
* meson.build:
|
||||
* tests/check/meson.build:
|
||||
meson: move gstreamer-check-1.0 dependency to tests/check
|
||||
|
||||
2016-10-17 09:34:27 -0700 Scott D Phillips <scott.d.phillips@intel.com>
|
||||
|
||||
* meson.build:
|
||||
meson: mark gstreamer-check-1.0 as required: false
|
||||
|
||||
2016-10-15 22:21:24 +0530 Nirbheek Chauhan <nirbheek@centricular.com>
|
||||
|
||||
* meson.build:
|
||||
meson: Don't set c_std to gnu99
|
||||
Use the default for each compiler on every platform instead. This
|
||||
improves our compatibility with compilers that don't have gnu99 as
|
||||
a c_std.
|
||||
|
||||
2016-10-03 17:44:04 -0300 Thibault Saunier <thibault.saunier@osg.samsung.com>
|
||||
|
||||
* meson.build:
|
||||
* tests/check/getpluginsdir:
|
||||
* tests/check/meson.build:
|
||||
meson: Use environment object to setup test environment variables
|
||||
Bump meson requirement to 0.35
|
||||
|
||||
2016-10-11 00:59:47 +0200 Thibault Saunier <thibault.saunier@osg.samsung.com>
|
||||
|
||||
* ges/ges-clip.c:
|
||||
* ges/ges-track-element.c:
|
||||
track-element: Avoid dereferencing NULL pointer
|
||||
We set TrackElement track type very early when creating effects
|
||||
so it now uses that information to find TrackElement in clips
|
||||
by track type.
|
||||
Reviewed-by: Alex Băluț <alexandru.balut@gmail.com>
|
||||
Differential Revision: https://phabricator.freedesktop.org/D1370
|
||||
|
||||
2016-09-13 12:31:54 -0300 Thibault Saunier <thibault.saunier@osg.samsung.com>
|
||||
|
||||
* tests/check/meson.build:
|
||||
meson: Add python tests
|
||||
|
||||
2016-09-30 11:35:42 -0300 Thibault Saunier <thibault.saunier@osg.samsung.com>
|
||||
|
||||
* hooks/pre-commit.hook:
|
||||
* meson.build:
|
||||
* tests/check/getpluginsdir:
|
||||
meson: Setup pre commit hook and fix getpluginsdir for standalone case
|
||||
|
||||
2016-09-30 14:56:48 +0100 Tim-Philipp Müller <tim@centricular.com>
|
||||
|
||||
* meson.build:
|
||||
meson: update version
|
||||
|
||||
=== release 1.9.90 ===
|
||||
|
||||
2016-09-30 13:04:39 +0300 Sebastian Dröge <sebastian@centricular.com>
|
||||
|
||||
* ChangeLog:
|
||||
* NEWS:
|
||||
* RELEASE:
|
||||
* configure.ac:
|
||||
* gst-editing-services.doap:
|
||||
Release 1.9.90
|
||||
|
||||
2016-09-23 20:41:04 -0300 Thibault Saunier <thibault.saunier@osg.samsung.com>
|
||||
|
||||
|
|
26
RELEASE
26
RELEASE
|
@ -1,22 +1,18 @@
|
|||
|
||||
Release notes for GStreamer Editing Services 1.9.90
|
||||
Release notes for GStreamer Editing Services 1.10.0
|
||||
|
||||
The GStreamer team is pleased to announce the first release candidate of the
|
||||
stable 1.10 release series. The 1.10 release series is adding new features on
|
||||
top of the 1.0, 1.2, 1.4, 1.6 and 1.8 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 of the new stable
|
||||
1.10 release series. The 1.10 release series is adding new features on top of
|
||||
the 1.0, 1.2, 1.4, 1.6 and 1.8 series and is part of the API and ABI-stable 1.x
|
||||
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.
|
||||
|
||||
|
||||
|
||||
Bugs fixed in this release
|
||||
|
||||
* 771434 : ges-launch cannot not load files with square brackets in the file name
|
||||
* 771792 : nlesource: Fail prepare() if no valid source pad is found
|
||||
* 771843 : nle: Fix nleurisource to actually work again
|
||||
|
||||
==== Download ====
|
||||
|
||||
You can find source releases of gst-editing-services in the download
|
||||
|
@ -52,8 +48,8 @@ subscribe to the gstreamer-devel list.
|
|||
|
||||
Contributors to this release
|
||||
|
||||
* Alexandru Băluț
|
||||
* Jan Schmidt
|
||||
* Sebastian Dröge
|
||||
* Nirbheek Chauhan
|
||||
* Scott D Phillips
|
||||
* Thibault Saunier
|
||||
* Tim-Philipp Müller
|
||||
|
|
@ -3,7 +3,7 @@ AC_PREREQ(2.62)
|
|||
dnl initialize autoconf
|
||||
dnl when going to/from release please set the nano (fourth number) right !
|
||||
dnl releases only do Wall, cvs and prerelease does Werror too
|
||||
AC_INIT(GStreamer Editing Services, 1.9.90,
|
||||
AC_INIT(GStreamer Editing Services, 1.10.0,
|
||||
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
|
||||
gstreamer-editing-services)
|
||||
|
||||
|
@ -51,11 +51,11 @@ dnl we override it here if we need to for the release candidate of new series
|
|||
GST_API_VERSION=1.0
|
||||
AC_SUBST(GST_API_VERSION)
|
||||
|
||||
AS_LIBTOOL(GST, 990, 0, 990)
|
||||
AS_LIBTOOL(GST, 1000, 0, 1000)
|
||||
|
||||
dnl *** required versions of GStreamer stuff ***
|
||||
GST_REQ=1.9.90
|
||||
GSTPB_REQ=1.9.90
|
||||
GST_REQ=1.10.0
|
||||
GSTPB_REQ=1.10.0
|
||||
|
||||
dnl *** autotools stuff ****
|
||||
|
||||
|
|
|
@ -30,6 +30,15 @@ GStreamer library for creating audio and video editors
|
|||
</GitRepository>
|
||||
</repository>
|
||||
|
||||
<release>
|
||||
<Version>
|
||||
<revision>1.10.0</revision>
|
||||
<branch>master</branch>
|
||||
<created>2016-11-01</created>
|
||||
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-editing-services/gst-editing-services-1.10.0.tar.xz" />
|
||||
</Version>
|
||||
</release>
|
||||
|
||||
<release>
|
||||
<Version>
|
||||
<revision>1.9.90</revision>
|
||||
|
|
Loading…
Reference in a new issue