mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 02:01:12 +00:00
Release 1.7.91
This commit is contained in:
parent
024117642a
commit
a64565c016
5 changed files with 67 additions and 16 deletions
52
ChangeLog
52
ChangeLog
|
@ -1,9 +1,55 @@
|
||||||
=== release 1.7.90 ===
|
=== release 1.7.91 ===
|
||||||
|
|
||||||
2016-03-01 Sebastian Dröge <slomo@coaxion.net>
|
2016-03-15 Sebastian Dröge <slomo@coaxion.net>
|
||||||
|
|
||||||
* configure.ac:
|
* configure.ac:
|
||||||
releasing 1.7.90
|
releasing 1.7.91
|
||||||
|
|
||||||
|
2016-03-11 17:31:15 +0100 Thibault Saunier <tsaunier@gnome.org>
|
||||||
|
|
||||||
|
* examples/c/overlays.c:
|
||||||
|
* ges/ges-enums.c:
|
||||||
|
* ges/ges-enums.h:
|
||||||
|
* ges/ges-title-source.c:
|
||||||
|
* ges/ges-title-source.h:
|
||||||
|
Revert "titlesource: use x/yabsolute instead of x/ypos."
|
||||||
|
This reverts commit c4356db40c6e50f7314a75ea65d46f9f21ef0a5d.
|
||||||
|
This commit was not ready and was not support to be pushed
|
||||||
|
|
||||||
|
2016-03-11 17:29:08 +0100 Thibault Saunier <tsaunier@gnome.org>
|
||||||
|
|
||||||
|
* ges/ges-group.c:
|
||||||
|
ges: Don't emit timeline::group-removed when ungrouping outside a timeline
|
||||||
|
|
||||||
|
2016-03-11 12:45:37 +0100 Lubosz Sarnecki <lubosz.sarnecki@collabora.co.uk>
|
||||||
|
|
||||||
|
* examples/c/overlays.c:
|
||||||
|
* ges/ges-enums.c:
|
||||||
|
* ges/ges-enums.h:
|
||||||
|
* ges/ges-title-source.c:
|
||||||
|
* ges/ges-title-source.h:
|
||||||
|
titlesource: use x/yabsolute instead of x/ypos.
|
||||||
|
|
||||||
|
2016-02-12 19:18:24 +0100 Justin Kim <justin.kim@collabora.com>
|
||||||
|
|
||||||
|
* tools/ges-launcher.c:
|
||||||
|
ges-launcher: don't leak sanitized_timeline string
|
||||||
|
Summary:
|
||||||
|
sanitized_timeline is created when parsing command line,
|
||||||
|
but it isn't free'd.
|
||||||
|
Reviewers: thiblahute
|
||||||
|
Differential Revision: https://phabricator.freedesktop.org/D382
|
||||||
|
|
||||||
|
=== release 1.7.90 ===
|
||||||
|
|
||||||
|
2016-03-01 19:09:52 +0200 Sebastian Dröge <sebastian@centricular.com>
|
||||||
|
|
||||||
|
* ChangeLog:
|
||||||
|
* NEWS:
|
||||||
|
* RELEASE:
|
||||||
|
* configure.ac:
|
||||||
|
* gst-editing-services.doap:
|
||||||
|
Release 1.7.90
|
||||||
|
|
||||||
2016-02-26 21:13:37 +0100 Sjors Gielen <sjors@sjorsgielen.nl>
|
2016-02-26 21:13:37 +0100 Sjors Gielen <sjors@sjorsgielen.nl>
|
||||||
|
|
||||||
|
|
2
NEWS
2
NEWS
|
@ -1 +1 @@
|
||||||
This is GStreamer 1.7.90
|
This is GStreamer 1.7.91
|
||||||
|
|
12
RELEASE
12
RELEASE
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
Release notes for GStreamer Editing Services 1.7.90
|
Release notes for GStreamer Editing Services 1.7.91
|
||||||
|
|
||||||
The GStreamer team is pleased to announce the first release candidate of the stable
|
The GStreamer team is pleased to announce the second release candidate of the stable
|
||||||
1.8 release series. The 1.8 release series is adding new features on top of
|
1.8 release series. The 1.8 release series is adding new features on top of
|
||||||
the 1.0, 1.2, 1.4 and 1.6 series and is part of the API and ABI-stable 1.x release
|
the 1.0, 1.2, 1.4 and 1.6 series and is part of the API and ABI-stable 1.x release
|
||||||
series of the GStreamer multimedia framework.
|
series of the GStreamer multimedia framework.
|
||||||
|
@ -12,9 +12,6 @@ during the stable 1.8 release series.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
There were no bugs fixed in this release
|
|
||||||
|
|
||||||
|
|
||||||
==== Download ====
|
==== Download ====
|
||||||
|
|
||||||
You can find source releases of gst-editing-services in the download
|
You can find source releases of gst-editing-services in the download
|
||||||
|
@ -50,8 +47,7 @@ subscribe to the gstreamer-devel list.
|
||||||
|
|
||||||
Contributors to this release
|
Contributors to this release
|
||||||
|
|
||||||
* Fabian Orccon
|
* Justin Kim
|
||||||
* Sebastian Dröge
|
* Lubosz Sarnecki
|
||||||
* Sjors Gielen
|
|
||||||
* Thibault Saunier
|
* Thibault Saunier
|
||||||
|
|
|
@ -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.7.90,
|
AC_INIT(GStreamer Editing Services, 1.7.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)
|
||||||
|
|
||||||
|
@ -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
|
GST_API_VERSION=1.0
|
||||||
AC_SUBST(GST_API_VERSION)
|
AC_SUBST(GST_API_VERSION)
|
||||||
|
|
||||||
AS_LIBTOOL(GST, 790, 0, 790)
|
AS_LIBTOOL(GST, 791, 0, 791)
|
||||||
|
|
||||||
dnl *** required versions of GStreamer stuff ***
|
dnl *** required versions of GStreamer stuff ***
|
||||||
GST_REQ=1.7.90
|
GST_REQ=1.7.91
|
||||||
GSTPB_REQ=1.7.90
|
GSTPB_REQ=1.7.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.7.91</revision>
|
||||||
|
<branch>master</branch>
|
||||||
|
<created>2016-03-15</created>
|
||||||
|
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-editing-services/gst-editing-services-1.7.91.tar.xz" />
|
||||||
|
</Version>
|
||||||
|
</release>
|
||||||
|
|
||||||
<release>
|
<release>
|
||||||
<Version>
|
<Version>
|
||||||
<revision>1.7.90</revision>
|
<revision>1.7.90</revision>
|
||||||
|
|
Loading…
Reference in a new issue