mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 17:51:16 +00:00
Release 1.11.2
This commit is contained in:
parent
2229579084
commit
c1061025b0
5 changed files with 147 additions and 22 deletions
130
ChangeLog
130
ChangeLog
|
@ -1,9 +1,133 @@
|
|||
=== release 1.11.1 ===
|
||||
=== release 1.11.2 ===
|
||||
|
||||
2017-01-12 Sebastian Dröge <slomo@coaxion.net>
|
||||
2017-02-24 Sebastian Dröge <slomo@coaxion.net>
|
||||
|
||||
* configure.ac:
|
||||
releasing 1.11.1
|
||||
releasing 1.11.2
|
||||
|
||||
2017-02-15 12:52:24 -0300 Thibault Saunier <thibault.saunier@osg.samsung.com>
|
||||
|
||||
* meson.build:
|
||||
* meson_options.txt:
|
||||
meson: Add an option to disable doc generation
|
||||
|
||||
2017-02-15 12:51:51 -0300 Thibault Saunier <thibault.saunier@osg.samsung.com>
|
||||
|
||||
* ges/ges-meta-container.c:
|
||||
Minor documentation fix
|
||||
|
||||
2017-02-15 00:58:52 +0000 Tim-Philipp Müller <tim@centricular.com>
|
||||
|
||||
* Makefile.am:
|
||||
meson: dist meson build files
|
||||
Ship meson build files in tarballs, so people who use tarballs
|
||||
in their builds can start playing with meson already.
|
||||
|
||||
2017-02-07 11:18:58 +0100 Edward Hervey <edward@centricular.com>
|
||||
|
||||
* win32/common/libges.def:
|
||||
win32: Update def file
|
||||
|
||||
2017-02-06 13:18:32 +0100 Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
|
||||
|
||||
* tests/check/ges/mixers.c:
|
||||
mixers: fix leaks in tests
|
||||
- GstMessage and GstBus references were lost
|
||||
- Need to call gst_bus_remove_signal_watch() for each
|
||||
gst_bus_add_signal_watch_full() call
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=778248
|
||||
|
||||
2017-02-06 10:05:11 -0300 Thibault Saunier <thibault.saunier@osg.samsung.com>
|
||||
|
||||
* ges/ges-meta-container.c:
|
||||
ges-meta: Minor documenation fix
|
||||
|
||||
2017-02-06 12:07:26 +0100 Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
|
||||
|
||||
* docs/libs/ges-sections.txt:
|
||||
* ges/ges-uri-asset.c:
|
||||
* ges/ges-uri-asset.h:
|
||||
* ges/ges.c:
|
||||
* ges/ges.h:
|
||||
* tests/check/ges/asset.c:
|
||||
* tests/check/ges/backgroundsource.c:
|
||||
* tests/check/ges/basic.c:
|
||||
* tests/check/ges/clip.c:
|
||||
* tests/check/ges/effects.c:
|
||||
* tests/check/ges/group.c:
|
||||
* tests/check/ges/layer.c:
|
||||
* tests/check/ges/mixers.c:
|
||||
* tests/check/ges/overlays.c:
|
||||
* tests/check/ges/project.c:
|
||||
* tests/check/ges/tempochange.c:
|
||||
* tests/check/ges/timelineedition.c:
|
||||
* tests/check/ges/titles.c:
|
||||
* tests/check/ges/track.c:
|
||||
* tests/check/ges/transition.c:
|
||||
* tests/check/ges/uriclip.c:
|
||||
* tests/check/nle/complex.c:
|
||||
* tests/check/nle/nlecomposition.c:
|
||||
* tests/check/nle/nleoperation.c:
|
||||
* tests/check/nle/simple.c:
|
||||
* tests/check/nle/tempochange.c:
|
||||
introduce ges_deinit()
|
||||
GstDiscoverer objects were leaked by tests making the leaks detector
|
||||
unusable.
|
||||
Introduce ges_deinit(), similiar to gst_deinit(), doing some cleanup
|
||||
before exiting the process.
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=776805
|
||||
|
||||
2017-02-04 20:15:55 +0000 namanyadav12 <namanyadav128@gmail.com>
|
||||
|
||||
* ges/ges-uri-asset.c:
|
||||
uri-clip-asset: Add file-size metadata
|
||||
Add file-size metadata to GESUriClipAsset.
|
||||
Reviewed-by: Thibault Saunier <thibault.saunier@osg.samsung.com>
|
||||
Reviewed-by: Thibault Saunier <thibault.saunier@collabora.com>
|
||||
Differential Revision: https://phabricator.freedesktop.org/D1645
|
||||
|
||||
2017-02-03 12:50:11 -0300 Thibault Saunier <thibault.saunier@osg.samsung.com>
|
||||
|
||||
* ges/ges-timeline.c:
|
||||
timeline: Cleanup the moved_clip list before rolling back
|
||||
Otherwise we might end up using an already freed pointer
|
||||
Differential Revision: https://phabricator.freedesktop.org/D1640
|
||||
|
||||
2017-01-13 12:41:51 +0000 Tim-Philipp Müller <tim@centricular.com>
|
||||
|
||||
* meson.build:
|
||||
Revert "meson: don't use subproject fallback for gst-validate if it won't work"
|
||||
This reverts commit 6760e5e0b1b2f28fb04e9c430506af56c15432b9.
|
||||
This was not supposed to be pushed and should not be needed any more.
|
||||
|
||||
2017-01-13 12:39:42 +0000 Tim-Philipp Müller <tim@centricular.com>
|
||||
|
||||
* meson.build:
|
||||
meson: bump version
|
||||
|
||||
2016-10-29 16:24:53 +0100 Tim-Philipp Müller <tim@centricular.com>
|
||||
|
||||
* meson.build:
|
||||
meson: don't use subproject fallback for gst-validate if it won't work
|
||||
gst-validate has a hard-dep on json-glib-1.0 so maintain optionality of
|
||||
it all by only dragging it in as a fallback if we know we can satisfy
|
||||
the dependencies.
|
||||
|
||||
2017-01-12 16:33:06 +0200 Sebastian Dröge <sebastian@centricular.com>
|
||||
|
||||
* configure.ac:
|
||||
Back to development
|
||||
|
||||
=== release 1.11.1 ===
|
||||
|
||||
2017-01-12 16:20:08 +0200 Sebastian Dröge <sebastian@centricular.com>
|
||||
|
||||
* ChangeLog:
|
||||
* NEWS:
|
||||
* RELEASE:
|
||||
* configure.ac:
|
||||
* gst-editing-services.doap:
|
||||
Release 1.11.1
|
||||
|
||||
2017-01-09 12:12:34 -0300 Thibault Saunier <thibault.saunier@osg.samsung.com>
|
||||
|
||||
|
|
2
NEWS
2
NEWS
|
@ -1 +1 @@
|
|||
This is GStreamer 1.11.1.
|
||||
This is GStreamer 1.11.2.
|
||||
|
|
19
RELEASE
19
RELEASE
|
@ -1,7 +1,7 @@
|
|||
|
||||
Release notes for GStreamer Editing Services 1.11.1
|
||||
Release notes for GStreamer Editing Services 1.11.2
|
||||
|
||||
The GStreamer team is pleased to announce the first release of the unstable
|
||||
The GStreamer team is pleased to announce the second release of the unstable
|
||||
1.11 release series. The 1.11 release series is adding new features on top of
|
||||
the 1.0, 1.2, 1.4, 1.6, 1.8 and 1.10 series and is part of the API and ABI-stable 1.x release
|
||||
series of the GStreamer multimedia framework. The unstable 1.11 release series
|
||||
|
@ -20,13 +20,8 @@ Binaries for Android, iOS, Mac OS X and Windows will be provided in the next day
|
|||
|
||||
Bugs fixed in this release
|
||||
|
||||
* 774480 : nlecomposition: Start task and initialize the stack after chaining up to parent's change state function
|
||||
* 765967 : ges-launch wikipage in phabricator should become manpage
|
||||
* 774641 : gst-editing-services: Enable building with MSVC
|
||||
* 775051 : nlecomposition: validate: decodebin2 reaching code path that should not be reached when running scrub_forward_seeking on GES timelines
|
||||
* 775295 : examples: remove #include < ges-internal.h > from assets.c
|
||||
* 776063 : add a basic unix man page for ges-launch-1.0
|
||||
* 776064 : ges-launch-1.0 segfaults when omitting options argument
|
||||
* 776805 : uri-asset: GstDiscoverer are never freeed
|
||||
* 778248 : ges: fix leaks in test
|
||||
|
||||
==== Download ====
|
||||
|
||||
|
@ -63,14 +58,10 @@ subscribe to the gstreamer-devel list.
|
|||
|
||||
Contributors to this release
|
||||
|
||||
* Alexandru Băluț
|
||||
* Antonio Ospite
|
||||
* Edward Hervey
|
||||
* Guillaume Desmottes
|
||||
* Mathieu Duponchelle
|
||||
* Philippe Renon
|
||||
* Scott D Phillips
|
||||
* Sebastian Dröge
|
||||
* Thibault Saunier
|
||||
* Tim-Philipp Müller
|
||||
* namanyadav12
|
||||
|
|
@ -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.11.1.1,
|
||||
AC_INIT(GStreamer Editing Services, 1.11.2,
|
||||
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, 1101, 0, 1101)
|
||||
AS_LIBTOOL(GST, 1102, 0, 1102)
|
||||
|
||||
dnl *** required versions of GStreamer stuff ***
|
||||
GST_REQ=1.11.1.1
|
||||
GSTPB_REQ=1.11.1.1
|
||||
GST_REQ=1.11.2
|
||||
GSTPB_REQ=1.11.2
|
||||
|
||||
dnl *** autotools stuff ****
|
||||
|
||||
|
|
|
@ -30,6 +30,16 @@ GStreamer library for creating audio and video editors
|
|||
</GitRepository>
|
||||
</repository>
|
||||
|
||||
<release>
|
||||
<Version>
|
||||
<revision>1.11.2</revision>
|
||||
<branch>master</branch>
|
||||
<name></name>
|
||||
<created>2017-02-24</created>
|
||||
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-editing-services/gst-editing-services-1.11.2.tar.xz" />
|
||||
</Version>
|
||||
</release>
|
||||
|
||||
<release>
|
||||
<Version>
|
||||
<revision>1.11.1</revision>
|
||||
|
|
Loading…
Reference in a new issue