Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/GStreamer/gstreamer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2018-03-28 16:32:42 +0300
committerTim-Philipp Müller <tim@centricular.com>2018-03-28 16:32:43 +0300
commit94673b9fa1bdf3c066a6616cf4c7ceac309e3df4 (patch)
tree32e6e81d082805a56cd12c05d248a9e900fc2edd
parent1109080d9f13476ea5ea7adc9c9d6695400142bf (diff)
-rw-r--r--ChangeLog63
-rw-r--r--NEWS76
-rw-r--r--RELEASE69
-rw-r--r--configure.ac4
-rw-r--r--gst-editing-services.doap10
-rw-r--r--meson.build2
6 files changed, 183 insertions, 41 deletions
diff --git a/ChangeLog b/ChangeLog
index a05053d59f..b51c00ad4e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,68 @@
+=== release 1.12.5 ===
+
+2018-03-28 14:32:42 +0100 Tim-Philipp Müller <tim@centricular.com>
+
+ * ChangeLog:
+ * NEWS:
+ * RELEASE:
+ * configure.ac:
+ * gst-editing-services.doap:
+ * meson.build:
+ Release 1.12.5
+
+2018-03-18 11:03:00 -0300 Thibault Saunier <tsaunier@igalia.com>
+
+ * ges/ges-clip.c:
+ * ges/ges-internal.h:
+ * ges/ges-timeline.c:
+ * tests/check/python/common.py:
+ * tests/check/python/test_timeline.py:
+ clip: Make sure to create transition after a clip is splitted
+ In the (now tested) scenario where we have a transition on the right
+ side of a clip we are splitting, auto transitions can't be created
+ because we resize the clip after adding the new one, meaning that
+ there are 3 elements in the "transition zone", we need to force
+ auto transition creation after the splitting.
+ Fixes https://gitlab.gnome.org/GNOME/pitivi/issues/2142
+
+2018-03-14 20:59:04 -0300 Thibault Saunier <tsaunier@igalia.com>
+
+ * ges/ges-group.c:
+ group: Handle clips being removed from their layers
+
+2018-03-11 11:13:05 -0300 Thibault Saunier <tsaunier@igalia.com>
+
+ * ges/ges-clip.c:
+ clip: Snapping should happen with one and only one TrackElement
+ This was leading to clip with TrackElements that were not at the
+ same position in their container, and weird bugs, see:
+ https://gitlab.gnome.org/GNOME/pitivi/issues/2133
+
+2018-02-27 10:00:32 -0300 Thibault Saunier <tsaunier@igalia.com>
+
+ * tests/check/ges/layer.c:
+ test: Plug minor leaks
+
+2018-02-27 15:26:29 +0530 Harish Fulara <harish14143@iiitd.ac.in>
+
+ * ges/ges-layer.c:
+ ges: Fix ges_layer_get_clips_in_interval(start, end) refcount handling
+ The documentation states that it returns a (transfer full) list
+ of GESClip but it was returning a (transfer container) list. Make
+ sure to actually make it (transfer full).
+ https://bugzilla.gnome.org/show_bug.cgi?id=793874
+
=== release 1.12.4 ===
-2017-12-07 Sebastian Dröge <slomo@coaxion.net>
+2017-12-07 20:22:54 +0200 Sebastian Dröge <sebastian@centricular.com>
+ * ChangeLog:
+ * NEWS:
+ * RELEASE:
* configure.ac:
- releasing 1.12.4
+ * gst-editing-services.doap:
+ * meson.build:
+ Release 1.12.4
2017-11-25 15:56:36 -0300 Thibault Saunier <tsaunier@gnome.org>
diff --git a/NEWS b/NEWS
index 62d10ed59e..4eb66ad333 100644
--- a/NEWS
+++ b/NEWS
@@ -1,19 +1,13 @@
# GStreamer 1.12 Release Notes
GStreamer 1.12.0 was originally released on 4th May 2017.
-The latest bug-fix release in the 1.12 series is [1.12.4](#1.12.4) and was
-released on 7 December 2017.
-
-The GStreamer team is proud to announce a new major feature release in the
-stable 1.x API series of your favourite cross-platform multimedia framework!
-
-As always, this release is again packed with new features, bug fixes and other
-improvements.
+The latest bug-fix release in the 1.12 series is [1.12.5](#1.12.5) and was
+released on 28 March 2018.
See [https://gstreamer.freedesktop.org/releases/1.12/][latest] for the latest
version of this document.
-*Last updated: Thursday 7 December 2017, 16:30 UTC [(log)][gitlog]*
+*Last updated: Wednesday 28 March 2018, 10:00 UTC [(log)][gitlog]*
[latest]: https://gstreamer.freedesktop.org/releases/1.12/
[gitlog]: https://cgit.freedesktop.org/gstreamer/www/log/src/htdocs/releases/1.12/release-notes-1.12.md
@@ -810,6 +804,8 @@ GIT logs or ChangeLogs of the particular modules.
[buglist-1.12.3]: https://bugzilla.gnome.org/buglist.cgi?bug_status=RESOLVED&bug_status=VERIFIED&classification=Platform&limit=0&list_id=248880&order=bug_id&product=GStreamer&query_format=advanced&resolution=FIXED&target_milestone=1.12.3
+<a name="1.12.4"></a>
+
### 1.12.4
The fourth 1.12 bug-fix release (1.12.4) was released on 7 December 2017.
@@ -842,6 +838,54 @@ GIT logs or ChangeLogs of the particular modules.
[buglist-1.12.4]: https://bugzilla.gnome.org/buglist.cgi?bug_status=RESOLVED&bug_status=VERIFIED&classification=Platform&limit=0&list_id=270310&order=bug_id&product=GStreamer&query_format=advanced&resolution=FIXED&target_milestone=1.12.4
+<a name="1.12.5"></a>
+
+### 1.12.5
+
+The fifth (and likely last) 1.12 bug-fix release (1.12.5) was released on
+28 March 2018. This release only contains bugfixes and it should be safe to
+update from 1.12.x.
+
+The 1.12 series has now been superseded by the 1.14 stable release series,
+and users should upgrade at their earliest convenience.
+
+#### Bugs fixed in 1.12.5
+
+ - pad: fix some stream deactivation deadlocks/races
+ - registrychunks: don't read from unaligned memory when loading registry
+ - ptp: fix build failure with #undef USE_MEASUREMENT_FILTERING
+ - downloadbuffer: Don't hold the mutex while posting the download-complete message
+ - playbin3: Fix accessing invalid index in GstStream when received select-stream event
+ - id3v2: re-fix handling of ID3 v2.4 tags with extended headers
+ - audio: fix handling of U32BE format
+ - videodecoder: Reset QoS time after pushing segment. This fixes playbin gapless playback with videos.
+ - subparse: push out of last chunk of text if last line has no newline
+ - aacparse: When parsing raw input, accept frames of any size. This fixes handling of encoded silence.
+ - splitmuxsrc: Improve not-linked handling.
+ - rtspsrc: also proxy multicast-iface property to RTCP udpsrc
+ - flacdec: flush flac decoder on lost sync, so that it can re-sync.
+ - matroskamux: Only mark new clusters as keyframe if they start on a keyframe or we're muxing only audio
+ - matroskamux: Clip maximum cluster duration to the maximum possible value
+ - h264parse: reset internal 'state' variable properly
+ - x264enc: fix build with newer x264 with support for multiple bit depths
+ - x265enc: Fix tagging of keyframes on output buffers
+ - glimagesink: Correct PAR in output caps when transforming
+ - vtdec: destroy and create the GL context on start()/stop(), fixing a refcount loop
+ - player: fix criticals when reading info/track properties that are NULL
+ - lv2: fix inverted boolean properties
+ - rtponviftimestamp: fix state change function init/reset, fixing memory corruption or leaks on shutdown
+ - libav: some build issues fixes
+ - rtsp-server: Place netaddress meta on packets received via TCP. Fixes keep-alive via RTCP in TCP interleaved mode.
+ - rtsp-server: gi annotation fixes
+ - Various fixes for memory leaks, deadlocks and crashes in all modules
+ - ... and many, many more!
+
+For a full list of bugfixes see [Bugzilla][buglist-1.12.5]. Note that this is
+not the full list of changes. For the full list of changes please refer to the
+GIT logs or ChangeLogs of the particular modules.
+
+[buglist-1.12.5]: https://bugzilla.gnome.org/buglist.cgi?bug_status=RESOLVED&bug_status=VERIFIED&classification=Platform&limit=0&list_id=270310&order=bug_id&product=GStreamer&query_format=advanced&resolution=FIXED&target_milestone=1.12.5
+
## Known Issues
- The `webrtcdsp` element is currently not shipped as part of the Windows
@@ -851,18 +895,14 @@ GIT logs or ChangeLogs of the particular modules.
## Schedule for 1.14
-Our next major feature release will be 1.14, and 1.13 will be the unstable
-development version leading up to the stable 1.14 release. The development
-of 1.13/1.14 will happen in the git master branch.
+[GStreamer 1.14.0][release-1.14] was released on 19 March 2018 and supersedes
+the 1.12.x series.
-The plan for the 1.14 development cycle is yet to be confirmed, but it is
-expected that feature freeze will be around early December 2017
-followed by several 1.13 pre-releases and the new 1.14 stable release
-in late December or some time in January.
-
-1.14 will be backwards-compatible to the stable 1.12, 1.10, 1.8, 1.6, 1.4,
+It is backwards-compatible to the stable 1.12, 1.10, 1.8, 1.6, 1.4,
1.2 and 1.0 release series.
+[release-1.14]: https://gstreamer.freedesktop.org/releases/1.14/
+
- - -
*These release notes have been prepared by Olivier Crête, Sebastian Dröge,
diff --git a/RELEASE b/RELEASE
index 0be54a1b87..55542b9f49 100644
--- a/RELEASE
+++ b/RELEASE
@@ -1,25 +1,65 @@
+This is GStreamer gst-editing-services 1.12.5.
-Release notes for GStreamer Editing Services 1.12.4
-
-The GStreamer team is proud to announce the fourth bugfix release in the stable
+The GStreamer team is pleased to announce the fifth bugfix release in the stable
1.12 release series of your favourite cross-platform multimedia framework!
-
This release only contains bugfixes and it is safe to update from 1.12.x. For a
-full list of bugfixes see Bugzilla.
+full list of bugfixes see Bugzilla and the release notes.
+
+The 1.12 stable series is now superseded by the 1.14 stable series, and 1.12.5
+will likely be the last bugfix release in the 1.12 series.
+
+Full release notes can be found at:
+
+ https://gstreamer.freedesktop.org/releases/1.12/#1.12.5
+
+Binaries for Android, iOS, Mac OS X and Windows will be provided shortly
+after the release.
+
+This module will not be very useful by itself and should be used in conjunction
+with other GStreamer modules for a complete multimedia experience.
+
+ - gstreamer: provides the core GStreamer libraries and some generic plugins
+ - gst-plugins-base: a basic set of well-supported plugins and additional
+ media-specific GStreamer helper libraries for audio,
+ video, rtsp, rtp, tags, OpenGL, etc.
-See /releases/1.12/ for the full release notes.
+ - gst-plugins-good: a set of well-supported plugins under our preferred
+ license
-
+ - gst-plugins-ugly: a set of well-supported plugins which might pose
+ problems for distributors
+
+ - gst-plugins-bad: a set of plugins of varying quality that have not made
+ their way into one of core/base/good/ugly yet, for one
+ reason or another. Many of these are are production quality
+ elements, but may still be missing documentation or unit
+ tests; others haven't passed the rigorous quality testing
+ we expect yet.
+
+ - gst-libav: a set of codecs plugins based on the ffmpeg library. This is
+ where you can find audio and video decoders and encoders
+ for a wide variety of formats including H.264, AAC, etc.
+
+ - gstreamer-vaapi: hardware-accelerated video decoding and encoding using
+ VA-API on Linux. Primarily for Intel graphics hardware.
+
+ - gst-omx: hardware-accelerated video decoding and encoding, primarily for
+ embedded Linux systems that provide an OpenMax
+ implementation layer such as the Raspberry Pi.
+
+ - gst-rtsp-server: library to serve files or streaming pipelines via RTSP
+
+ - gst-editing-services: library an plugins for non-linear editing
==== Download ====
-You can find source releases of gst-editing-services in the download
-directory: https://gstreamer.freedesktop.org/src/gst-editing-services/
+You can find source releases of gstreamer in the download
+directory: https://gstreamer.freedesktop.org/src/gstreamer/
The git repository and details how to clone it can be found at
-http://cgit.freedesktop.org/gstreamer/gst-editing-services/
+https://cgit.freedesktop.org/gstreamer/gstreamer/
==== Homepage ====
@@ -28,7 +68,7 @@ The project's website is https://gstreamer.freedesktop.org/
==== Support and Bugs ====
We use GNOME's bugzilla for bug reports and feature requests:
-http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer
+https://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer
Please submit patches via bugzilla as well.
@@ -44,10 +84,3 @@ from there (see link above).
Interested developers of the core library, plugins, and applications should
subscribe to the gstreamer-devel list.
-
-
-Contributors to this release
-
- * Sebastian Dröge
- * Thibault Saunier
-  \ No newline at end of file
diff --git a/configure.ac b/configure.ac
index 34900fe390..c9b66e30b9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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.12.4,
+AC_INIT(GStreamer Editing Services, 1.12.5,
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
gstreamer-editing-services)
@@ -51,7 +51,7 @@ 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, 1204, 0, 1204)
+AS_LIBTOOL(GST, 1205, 0, 1205)
dnl *** required versions of GStreamer stuff ***
GST_REQ=1.12.0
diff --git a/gst-editing-services.doap b/gst-editing-services.doap
index fe7a499ad9..40bd5f6103 100644
--- a/gst-editing-services.doap
+++ b/gst-editing-services.doap
@@ -32,6 +32,16 @@ GStreamer library for creating audio and video editors
<release>
<Version>
+ <revision>1.12.5</revision>
+ <branch>1.12</branch>
+ <name></name>
+ <created>2018-03-28</created>
+ <file-release rdf:resource="https://gstreamer.freedesktop.org/src/gst-editing-services/gst-editing-services-1.12.5.tar.xz" />
+ </Version>
+ </release>
+
+ <release>
+ <Version>
<revision>1.12.4</revision>
<branch>1.12</branch>
<name></name>
diff --git a/meson.build b/meson.build
index 218f99a2f6..54398404bb 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('gst-editing-services', 'c',
- version : '1.12.4',
+ version : '1.12.5',
meson_version : '>= 0.36.0',
default_options : [ 'warning_level=1',
'buildtype=debugoptimized' ])