summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2020-07-03 00:24:57 +0100
committerTim-Philipp Müller <tim@centricular.com>2020-07-03 00:24:58 +0100
commitc99c44309ce6b0242988fe637d3a53799e8b24d9 (patch)
tree6a7200880d49ca386d22312872fae5240ba7db35
parent7570d208715096af4d33a7e70ddb3fb5d9aabbee (diff)
-rw-r--r--ChangeLog179
-rw-r--r--NEWS4
-rw-r--r--RELEASE2
-rw-r--r--gst-plugins-base.doap10
-rw-r--r--meson.build2
5 files changed, 193 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 31d1f6495e..e3858402ba 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,181 @@
+=== release 1.17.2 ===
+
+2020-07-03 00:24:57 +0100 Tim-Philipp Müller <tim@centricular.com>
+
+ * ChangeLog:
+ * NEWS:
+ * RELEASE:
+ * gst-plugins-base.doap:
+ * meson.build:
+ Release 1.17.2
+
+2020-07-01 20:14:57 +0200 Jan Alexander Steffens (heftig) <jan.steffens@ltnglobal.com>
+
+ * gst-libs/gst/video/video-anc.h:
+ video-anc: Fix gst_buffer_get_video_(afd|bar)_meta
+ The macros were not passing the meta GType to gst_buffer_get_meta,
+ rendering them unusable.
+ Also, the doc comments were specifying parameters meant for the
+ add_video_X_meta functions.
+ Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/732>
+
+2020-06-24 15:59:03 +0200 Mathieu Duponchelle <mathieu@centricular.com>
+
+ * docs/plugins/gst_plugins_cache.json:
+ * ext/pango/gstbasetextoverlay.c:
+ basetextoverlay: mark valign and halign props as DOC_SHOW_DEFAULT
+ To document it, we instantiate a subclass and inspect the properties
+ on the created object. Subclasses (in that case textrender) may
+ initialize those properties with a different default, we do not
+ want to expose that in the base class documentation.
+ Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/723>
+
+2019-06-14 10:14:23 +0200 Havard Graff <havard.graff@gmail.com>
+
+ * gst-libs/gst/audio/gstaudiodecoder.c:
+ * gst-libs/gst/audio/gstaudioencoder.c:
+ * gst-libs/gst/audio/gstaudiofilter.c:
+ * gst-libs/gst/rtp/gstrtpbaseaudiopayload.c:
+ * gst-libs/gst/video/gstvideodecoder.c:
+ * gst-libs/gst/video/gstvideoencoder.c:
+ * gst-libs/gst/video/gstvideofilter.c:
+ * gst/audioconvert/gstaudioconvert.c:
+ * gst/audioresample/gstaudioresample.c:
+ audio: video: Optimize by using cached quark for meta tag
+ Avoid taking the global quark lock for every single buffer.
+ Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/295>
+
+2020-05-14 15:49:54 +0200 Havard Graff <havard.graff@gmail.com>
+
+ * gst-libs/gst/rtp/gstrtpbasedepayload.c:
+ rtpbasedepayload: improve logging around negative gaps
+ When warning, it is important that the log will contain information to
+ help debug the problem. Sequence-numbers are crucial here.
+ Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/725>
+
+2020-06-20 00:37:09 +0530 Ayush Mittal <ayush.mittal9398@gmail.com>
+
+ * gst-libs/gst/pbutils/encoding-target.c:
+ * gst-libs/gst/pbutils/encoding-target.h:
+ Added the path property in encoding-target
+ Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/714>
+
+2020-06-23 17:31:52 +0200 Mathieu Duponchelle <mathieu@centricular.com>
+
+ * docs/plugins/gst_plugins_cache.json:
+ docs: add GstVisual to plugins cache
+
+2020-06-23 02:49:44 +0200 Mathieu Duponchelle <mathieu@centricular.com>
+
+ * ext/libvisual/visual.c:
+ docs: mark more plugin API
+
+2020-06-22 20:10:10 -0400 Thibault Saunier <tsaunier@igalia.com>
+
+ * gst/tcp/gstmultifdsink.c:
+ * gst/tcp/gstmultihandlesink.c:
+ * gst/tcp/gstmultisocketsink.c:
+ doc: Fix link in tcp multi*sinks.
+
+2020-06-23 00:01:13 +0200 Mathieu Duponchelle <mathieu@centricular.com>
+
+ * docs/plugins/gst_plugins_cache.json:
+ plugins_cache: add base classes
+
+2020-06-23 00:00:40 +0200 Mathieu Duponchelle <mathieu@centricular.com>
+
+ * docs/meson.build:
+ meson: mark plugins cache target as always stale
+
+2020-06-21 01:33:50 +0200 Mathieu Duponchelle <mathieu@centricular.com>
+
+ * ext/gl/gstglbasemixer.c:
+ * ext/gl/gstgleffects.c:
+ * ext/gl/gstglmixer.c:
+ * ext/ogg/gstogmparse.c:
+ * ext/pango/gstbasetextoverlay.c:
+ * gst/gio/gstgiobasesink.c:
+ * gst/gio/gstgiobasesrc.c:
+ * gst/rawparse/gstrawbaseparse.c:
+ * gst/tcp/gstmultihandlesink.c:
+ docs: mark more types as plugin API
+
+2020-06-19 22:49:44 -0400 Thibault Saunier <tsaunier@igalia.com>
+
+ * docs/plugins/gst_plugins_cache.json:
+ doc: Stop documenting properties from parents
+
+2020-06-24 01:57:57 +0900 Seungha Yang <seungha@centricular.com>
+
+ * gst-libs/gst/video/gstvideometa.h:
+ videometa: Fix documentation
+ Fix gst_video_region_of_interest_meta_add_params to
+ gst_video_region_of_interest_meta_add_param and add newline to be
+ more readable.
+ Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/722>
+
+2020-06-22 21:43:44 +0300 Sebastian Dröge <sebastian@centricular.com>
+
+ * docs/plugins/gst_plugins_cache.json:
+ * gst-libs/gst/audio/gstaudiodecoder.c:
+ audiodecoder: Add max-errors property
+ The number of consecutive decode errors that should be tolerated before
+ returning flow error should be up to the application, not the element.
+ Hence max-error should be exposed as a property.
+ Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/720>
+
+2020-06-22 21:36:02 +0300 Haakon Sporsheim <haakon@pexip.com>
+
+ * gst-libs/gst/video/gstvideodecoder.c:
+ videodecoder: Add max-errors property
+ The number of consecutive decode errors that should be tolerated before
+ returning flow error should be up to the application, not the element.
+ Hence max-error should be exposed as a property.
+ Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/720>
+
+2020-06-22 19:35:57 +0900 Seungha Yang <seungha@centricular.com>
+
+ * gst-libs/gst/gl/win32/gstglwindow_win32.c:
+ glwindow/win32: Chain up mouse event to parent window
+ Fix a regression of the commit 940c9998e5cfffd90fade8a7f39f29a426e20460
+ Unlike key event, mouse event will not be chained up to parent window
+ by DefWindowProc
+ Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/718>
+
+2020-06-22 12:32:03 +0300 Sebastian Dröge <sebastian@centricular.com>
+
+ * ext/gl/gstglvideomixer.c:
+ * gst/playback/gstdecodebin2.c:
+ * gst/playback/gstparsebin.c:
+ Don't call gst_ghost_pad_construct() anymore
+ It's deprecated, unneeded and doesn't do anything anymore.
+ Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/717>
+
+2020-06-22 12:19:28 +0900 Jimmy Ohn <yongjin.ohn@lge.com>
+
+ * tools/gst-discoverer.c:
+ tools:discoverer: Remove short name for use-cache
+ There is no need to add short name for 'use-cache'.
+ The 'async' option already has 'a' short name.
+ Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/716>
+
+2020-06-17 09:03:51 +0900 Hosang Lee <hosang10.lee@lge.com>
+
+ * gst/subparse/gstsubparse.c:
+ subparse: lower text buffer threshold
+ It is possible for subtitle files to have a string length less than 30.
+ WebVTT for example may contain only the 'WEBVTT' string in the file
+ without any cues.
+ As an example in hls streams, since WEBVTT files can be segmented
+ like video/audio, some subtitle segments may only contain just the
+ header string.
+ Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/708>
+
+2020-06-20 00:28:04 +0100 Tim-Philipp Müller <tim@centricular.com>
+
+ * meson.build:
+ Back to development
+
=== release 1.17.1 ===
2020-06-19 19:16:01 +0100 Tim-Philipp Müller <tim@centricular.com>
@@ -5,6 +183,7 @@
* ChangeLog:
* NEWS:
* RELEASE:
+ * docs/plugins/gst_plugins_cache.json:
* gst-plugins-base.doap:
* meson.build:
Release 1.17.1
diff --git a/NEWS b/NEWS
index a4e7232a19..39b682a8c8 100644
--- a/NEWS
+++ b/NEWS
@@ -11,7 +11,7 @@ in summer 2020 now.
1.17.x is the unstable development series that is currently being
developed in the git master branch and which will eventually result in
-1.18, and 1.17.1 is the current development release in that series.
+1.18, and 1.17.2 is the current development release in that series.
The schedule for the 1.18 development cycle is yet to be confirmed, but
it is expected that feature freeze will be in June/July 2020, followed
@@ -24,7 +24,7 @@ July/August 2020.
See https://gstreamer.freedesktop.org/releases/1.18/ for the latest
version of this document.
-_Last updated: Thursday 18 June 2020, 16:00 UTC (log)_
+_Last updated: Wednesday 1 July 2020, 23:50 UTC (log)_
Introduction
diff --git a/RELEASE b/RELEASE
index 3d9f73a1ef..5643e0404c 100644
--- a/RELEASE
+++ b/RELEASE
@@ -1,4 +1,4 @@
-This is GStreamer gst-plugins-base 1.17.1.
+This is GStreamer gst-plugins-base 1.17.2.
GStreamer 1.17 is the development branch leading up to the next major
stable version which will be 1.18.
diff --git a/gst-plugins-base.doap b/gst-plugins-base.doap
index d3e8efc946..8ae01af6f2 100644
--- a/gst-plugins-base.doap
+++ b/gst-plugins-base.doap
@@ -36,6 +36,16 @@ A wide range of video and audio decoders, encoders, and filters are included.
<release>
<Version>
+ <revision>1.17.2</revision>
+ <branch>master</branch>
+ <name></name>
+ <created>2020-07-03</created>
+ <file-release rdf:resource="https://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-1.17.2.tar.xz" />
+ </Version>
+ </release>
+
+ <release>
+ <Version>
<revision>1.17.1</revision>
<branch>master</branch>
<name></name>
diff --git a/meson.build b/meson.build
index 481b260484..ee7927462e 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('gst-plugins-base', 'c',
- version : '1.17.1.1',
+ version : '1.17.2',
meson_version : '>= 0.48',
default_options : [ 'warning_level=1',
'buildtype=debugoptimized' ])