mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 02:01:12 +00:00
Release 1.5.91
This commit is contained in:
parent
5a0393c54a
commit
5207d6dfca
5 changed files with 136 additions and 14 deletions
116
ChangeLog
116
ChangeLog
|
@ -1,9 +1,119 @@
|
||||||
=== release 1.5.90 ===
|
=== release 1.5.91 ===
|
||||||
|
|
||||||
2015-08-20 Thibault Saunier <tsaunier@gnome.org>
|
2015-09-18 Thibault Saunier <tsaunier@gnome.org>
|
||||||
|
|
||||||
* configure.ac:
|
* configure.ac:
|
||||||
releasing 1.5.90
|
releasing 1.5.91
|
||||||
|
|
||||||
|
2015-09-18 10:01:44 +0200 Thibault Saunier <tsaunier@gnome.org>
|
||||||
|
|
||||||
|
* ges/ges-internal.h:
|
||||||
|
* ges/ges-track.c:
|
||||||
|
* ges/ges-utils.c:
|
||||||
|
ges: Namespace NLE utils function into GES
|
||||||
|
Avoiding name clashes when built statically
|
||||||
|
|
||||||
|
2015-09-15 12:17:19 +0200 Thibault Saunier <tsaunier@gnome.org>
|
||||||
|
|
||||||
|
* plugins/nle/nlesource.c:
|
||||||
|
nle: Avoid unsetting srcpad target after the srcpad is already freed
|
||||||
|
That leaded to segfaults
|
||||||
|
|
||||||
|
2015-09-15 11:08:29 +0200 Thibault Saunier <tsaunier@gnome.org>
|
||||||
|
|
||||||
|
* plugins/nle/nleghostpad.c:
|
||||||
|
nle: Stop wrongly set operation segment base time
|
||||||
|
Inside the composition we actually do not need to have any notion
|
||||||
|
of what the timing outside the compositon as we already tweak the segment
|
||||||
|
base time outside the composition. This code was only there to work
|
||||||
|
around https://bugzilla.gnome.org/show_bug.cgi?id=753196
|
||||||
|
https://bugzilla.gnome.org/show_bug.cgi?id=754893
|
||||||
|
|
||||||
|
2015-09-11 16:18:46 +0900 Justin Kim <justin.kim@collabora.com>
|
||||||
|
|
||||||
|
* plugins/nle/nlecomposition.c:
|
||||||
|
nlecomposition: don't leak internal hashtable
|
||||||
|
https://bugzilla.gnome.org/show_bug.cgi?id=754867
|
||||||
|
|
||||||
|
2015-09-11 16:13:19 +0900 Justin Kim <justin.kim@collabora.com>
|
||||||
|
|
||||||
|
* plugins/nle/nleobject.c:
|
||||||
|
nleobject: don't leak srcpad when disposing
|
||||||
|
https://bugzilla.gnome.org/show_bug.cgi?id=754867
|
||||||
|
|
||||||
|
2015-09-11 16:11:40 +0900 Justin Kim <justin.kim@collabora.com>
|
||||||
|
|
||||||
|
* ges/ges-timeline.c:
|
||||||
|
timeline: don't leak pad in private structure
|
||||||
|
https://bugzilla.gnome.org/show_bug.cgi?id=754867
|
||||||
|
|
||||||
|
2015-09-11 09:58:56 +0900 Justin Kim <justin.kim@collabora.com>
|
||||||
|
|
||||||
|
* tools/ges-launcher.c:
|
||||||
|
ges-launcher: don't leak GError
|
||||||
|
https://bugzilla.gnome.org/show_bug.cgi?id=754858
|
||||||
|
|
||||||
|
2015-09-09 23:32:19 +0900 Justin Kim <justin.kim@collabora.com>
|
||||||
|
|
||||||
|
* tools/ges-launcher.c:
|
||||||
|
ges-launcher: fix double free when argument is invalid
|
||||||
|
https://bugzilla.gnome.org/show_bug.cgi?id=754783
|
||||||
|
|
||||||
|
2015-09-04 12:01:16 +0200 Thibault Saunier <tsaunier@gnome.org>
|
||||||
|
|
||||||
|
* ges/ges-video-source.c:
|
||||||
|
video-source: Use the priority being set to compute zorder
|
||||||
|
|
||||||
|
2015-09-02 23:27:16 +0200 Thibault Saunier <tsaunier@gnome.org>
|
||||||
|
|
||||||
|
* ges/ges-video-transition.c:
|
||||||
|
video:transition: Set mixer pad zorder
|
||||||
|
|
||||||
|
2015-09-02 17:58:33 +0200 Thibault Saunier <tsaunier@gnome.org>
|
||||||
|
|
||||||
|
* ges/ges-smart-video-mixer.c:
|
||||||
|
* ges/ges-smart-video-mixer.h:
|
||||||
|
* ges/ges-video-source.c:
|
||||||
|
* ges/ges-video-transition.c:
|
||||||
|
video-source: Make sure to set framepositionner zorder when creating it
|
||||||
|
And fix a computation bug where we would be having mixing order
|
||||||
|
reversed between layers.
|
||||||
|
And make sure that the positionner does not mix up Transition handling
|
||||||
|
of the zorder
|
||||||
|
|
||||||
|
2015-08-27 16:28:42 +0200 Thibault Saunier <tsaunier@gnome.org>
|
||||||
|
|
||||||
|
* ges/ges-video-source.c:
|
||||||
|
* ges/gstframepositionner.c:
|
||||||
|
video-source: Simply set framepositionner->zorder = self->priority
|
||||||
|
Summary:
|
||||||
|
Making the code simpler and handling the transition case
|
||||||
|
where elements are in the same layer (which was failing
|
||||||
|
/setting same zorders until now).
|
||||||
|
Reviewers: Mathieu_Du
|
||||||
|
Differential Revision: https://phabricator.freedesktop.org/D237
|
||||||
|
|
||||||
|
2015-08-23 01:35:18 +1000 Jan Schmidt <jan@centricular.com>
|
||||||
|
|
||||||
|
* configure.ac:
|
||||||
|
Use standard GST_PLUGIN_LDFLAGS for the nle plugin
|
||||||
|
Add the standard GST_PLUGIN_LDFLAGS to the configure.ac file.
|
||||||
|
|
||||||
|
2015-08-21 21:25:27 +0200 Thibault Saunier <tsaunier@gnome.org>
|
||||||
|
|
||||||
|
* configure.ac:
|
||||||
|
Add support for static plugins builds
|
||||||
|
|
||||||
|
=== release 1.5.90 ===
|
||||||
|
|
||||||
|
2015-08-20 17:55:48 +0200 Thibault Saunier <tsaunier@gnome.org>
|
||||||
|
|
||||||
|
* ChangeLog:
|
||||||
|
* NEWS:
|
||||||
|
* RELEASE:
|
||||||
|
* configure.ac:
|
||||||
|
* gst-editing-services.doap:
|
||||||
|
Release 1.5.90
|
||||||
|
|
||||||
2015-08-19 11:24:11 +0200 Thibault Saunier <tsaunier@gnome.org>
|
2015-08-19 11:24:11 +0200 Thibault Saunier <tsaunier@gnome.org>
|
||||||
|
|
||||||
|
|
2
NEWS
2
NEWS
|
@ -1 +1 @@
|
||||||
This is the 1.5.90 release of the GStreamer Editing Services
|
This is the 1.5.91 release of the GStreamer Editing Services
|
||||||
|
|
17
RELEASE
17
RELEASE
|
@ -1,8 +1,8 @@
|
||||||
|
|
||||||
Release notes for GStreamer Editing Services 1.5.90
|
Release notes for GStreamer Editing Services 1.5.91
|
||||||
|
|
||||||
|
|
||||||
The GStreamer team is pleased to announce the first release candidate for the
|
The GStreamer team is pleased to announce the second release candidate for the
|
||||||
stable 1.6 release series. The 1.6 release series is adding new features on top of
|
stable 1.6 release series. The 1.6 release series is adding new features on top of
|
||||||
the 1.0, 1.2 and 1.4 series and is part of the API and ABI-stable 1.x release
|
the 1.0, 1.2 and 1.4 series and is part of the API and ABI-stable 1.x release
|
||||||
series of the GStreamer Editing Services. The final 1.6.0 release is planned
|
series of the GStreamer Editing Services. The final 1.6.0 release is planned
|
||||||
|
@ -20,8 +20,12 @@ Features of this release
|
||||||
|
|
||||||
Bugs fixed in this release
|
Bugs fixed in this release
|
||||||
|
|
||||||
* 751510 : gst-library-error-quark: Failed to encode frame when rendering to webm
|
* 753806 : [REGRESSION] aggregator: Default to " zero " start time selection mode as documented broke several GES Validate tests
|
||||||
* 752300 : After updating GES from 1.5.2 to Master complex timelines makes whole app to hang
|
* 754783 : ges-launch: crash when argument is invalid
|
||||||
|
* 754858 : ges-launch: leakage of GError
|
||||||
|
* 754867 : timeline,nleobject,nlecomposition: leakage of pad and hashtable reference when disposing
|
||||||
|
* 754893 : nle: Segment base time accumulation is broken fixing videoaggregator segment handling
|
||||||
|
* 755012 : GES timeline playback stops after playing a clip with an effect containing the pitch plugin
|
||||||
|
|
||||||
==== Download ====
|
==== Download ====
|
||||||
|
|
||||||
|
@ -60,8 +64,7 @@ Applications
|
||||||
|
|
||||||
Contributors to this release
|
Contributors to this release
|
||||||
|
|
||||||
* Sebastian Dröge
|
* Jan Schmidt
|
||||||
* Stefan Sauer
|
* Justin Kim
|
||||||
* Thibault Saunier
|
* Thibault Saunier
|
||||||
* Tim-Philipp Müller
|
|
||||||
|
|
|
@ -3,7 +3,7 @@ AC_PREREQ(2.62)
|
||||||
dnl initialize autoconf
|
dnl initialize autoconf
|
||||||
dnl when going to/from release please set the nano (fourth number) right !
|
dnl when going to/from release please set the nano (fourth number) right !
|
||||||
dnl releases only do Wall, cvs and prerelease does Werror too
|
dnl releases only do Wall, cvs and prerelease does Werror too
|
||||||
AC_INIT(GStreamer Editing Services, 1.5.90,
|
AC_INIT(GStreamer Editing Services, 1.5.91,
|
||||||
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
|
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
|
||||||
gstreamer-editing-services)
|
gstreamer-editing-services)
|
||||||
|
|
||||||
|
@ -54,8 +54,8 @@ AC_SUBST(GST_API_VERSION)
|
||||||
AS_LIBTOOL(GST, 0, 0, 0)
|
AS_LIBTOOL(GST, 0, 0, 0)
|
||||||
|
|
||||||
dnl *** required versions of GStreamer stuff ***
|
dnl *** required versions of GStreamer stuff ***
|
||||||
GST_REQ=1.5.90
|
GST_REQ=1.5.91
|
||||||
GSTPB_REQ=1.5.90
|
GSTPB_REQ=1.5.91
|
||||||
|
|
||||||
dnl *** autotools stuff ****
|
dnl *** autotools stuff ****
|
||||||
|
|
||||||
|
|
|
@ -30,6 +30,15 @@ GStreamer library for creating audio and video editors
|
||||||
</GitRepository>
|
</GitRepository>
|
||||||
</repository>
|
</repository>
|
||||||
|
|
||||||
|
<release>
|
||||||
|
<Version>
|
||||||
|
<revision>1.5.91</revision>
|
||||||
|
<branch>1.5</branch>
|
||||||
|
<created>2015-09-18</created>
|
||||||
|
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-editing-services/gst-editing-services-1.5.91.tar.xz" />
|
||||||
|
</Version>
|
||||||
|
</release>
|
||||||
|
|
||||||
<release>
|
<release>
|
||||||
<Version>
|
<Version>
|
||||||
<revision>1.5.90</revision>
|
<revision>1.5.90</revision>
|
||||||
|
|
Loading…
Reference in a new issue