From a88627c237456a048977c1360729dfeb39155419 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Mon, 23 Sep 2019 11:06:23 +0100 Subject: [PATCH] Release 1.16.1 --- ChangeLog | 568 ++++++++++++++++++++++++++++++++++++++++++++++++++ NEWS | 357 ++++++++++++++++++++++++++++++- RELEASE | 11 +- configure.ac | 6 +- gst-plugins-base.doap | 10 + meson.build | 2 +- 6 files changed, 937 insertions(+), 17 deletions(-) diff --git a/ChangeLog b/ChangeLog index dbbae2a..2d37dfa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,571 @@ +=== release 1.16.1 === + +2019-09-23 11:06:23 +0100 Tim-Philipp Müller + + * ChangeLog: + * NEWS: + * RELEASE: + * configure.ac: + * gst-plugins-base.doap: + * meson.build: + Release 1.16.1 + +2019-09-23 11:06:23 +0100 Tim-Philipp Müller + + * docs/plugins/inspect/plugin-adder.xml: + * docs/plugins/inspect/plugin-alsa.xml: + * docs/plugins/inspect/plugin-app.xml: + * docs/plugins/inspect/plugin-audioconvert.xml: + * docs/plugins/inspect/plugin-audiomixer.xml: + * docs/plugins/inspect/plugin-audiorate.xml: + * docs/plugins/inspect/plugin-audioresample.xml: + * docs/plugins/inspect/plugin-audiotestsrc.xml: + * docs/plugins/inspect/plugin-cdparanoia.xml: + * docs/plugins/inspect/plugin-compositor.xml: + * docs/plugins/inspect/plugin-encoding.xml: + * docs/plugins/inspect/plugin-gio.xml: + * docs/plugins/inspect/plugin-libvisual.xml: + * docs/plugins/inspect/plugin-ogg.xml: + * docs/plugins/inspect/plugin-opengl.xml: + * docs/plugins/inspect/plugin-opus.xml: + * docs/plugins/inspect/plugin-overlaycomposition.xml: + * docs/plugins/inspect/plugin-pango.xml: + * docs/plugins/inspect/plugin-pbtypes.xml: + * docs/plugins/inspect/plugin-playback.xml: + * docs/plugins/inspect/plugin-rawparse.xml: + * docs/plugins/inspect/plugin-subparse.xml: + * docs/plugins/inspect/plugin-tcp.xml: + * docs/plugins/inspect/plugin-theora.xml: + * docs/plugins/inspect/plugin-typefindfunctions.xml: + * docs/plugins/inspect/plugin-videoconvert.xml: + * docs/plugins/inspect/plugin-videorate.xml: + * docs/plugins/inspect/plugin-videoscale.xml: + * docs/plugins/inspect/plugin-videotestsrc.xml: + * docs/plugins/inspect/plugin-volume.xml: + * docs/plugins/inspect/plugin-vorbis.xml: + * docs/plugins/inspect/plugin-ximagesink.xml: + * docs/plugins/inspect/plugin-xvimagesink.xml: + Update docs + +2019-09-23 11:06:21 +0100 Tim-Philipp Müller + + * po/bg.po: + * po/de.po: + * po/fr.po: + * po/hr.po: + * po/it.po: + * po/nb.po: + * po/pl.po: + * po/ru.po: + * po/sv.po: + * po/tr.po: + * po/uk.po: + * po/zh_CN.po: + Update translations + +2018-11-19 17:19:33 +0100 Marco Felsch + + * gst-libs/gst/video/video-info.c: + video-info: parse field-order for all interleaved formats + The "field-order" is related for all interlace_mode modes except the + "progressive" mode. So instead of or'ing each mode we can use the + already supported GST_VIDEO_INFO_IS_INTERLACED macro. + +2019-09-02 16:20:07 -0400 Doug Nazar + + * meson.build: + meson: Reenable NEON support + +2019-09-02 23:25:39 -0400 Doug Nazar + + * gst-libs/gst/audio/audio-resampler-neon.h: + audio-resampler: Update NEON to handle remainders not multiples of 4 + If the remainder is not evenly divisable by 4, we'd miss the check + for zero and continue the loop until crashing. Change the branch + to take into account negatives as well. + This more closely matches the SSE loop. + +2019-08-28 11:24:01 -0700 Jonas Larsson + + * gst-libs/gst/gl/egl/gsteglimage.c: + eglimage: Fix memory leak + Also free the GstEGLImage struct allocated by g_new0. + Fixes #661 + +2019-09-08 01:03:57 +0100 Tim-Philipp Müller + + * tests/check/gst-plugins-base.supp: + tests: fix up valgrind suppressions for glibc getaddrinfo leaks + Make more flexible. There is an extra + gethostbyname2_r@@GLIBC_2.2.5 (getXXbyYY_r.c:217) + in the trace on the build bots (F30). + Fixes the -base and -good valgrind jobs on the 1.16 branch CI. + +2019-08-21 19:04:56 +0800 Hou Qi + + * gst-libs/gst/audio/gstaudiodecoder.c: + audiodecoder: fix ctitical info assertion 'GST_IS_CAPS (dec->priv->ctx.caps)' failed + Matroskademux will send gap event when lag of video and audio is over 3 seconds. + audiodecoder needs to handle gap event and set default output caps. + Only audio info is set, while output caps is ignored. This cause the assertion failed. + Need to fill output caps in gst_audio_decoder_negotiate_default_caps() with + negotiated caps to avoid critical info printed when check it later. + +2019-08-24 12:23:34 +0000 Mike Gorse + + * docs/libs/Makefile.am: + Docs: add GL_CFLAGS to GTK_DOC_CFLAGS + Otherwise introspection may fail because wayland-client.h cannot be found. + +2019-08-16 11:58:28 +0300 Sebastian Dröge + + * gst-libs/gst/video/video-frame.c: + video-frame: Take TFF flag from the video info if it was set in there + The caps and thus the video info have preference. If the field order is + set in there then it applies to all frames. + This works around issues where the tff field order is only set in the + caps but not additionally in the buffer flags. + +2019-08-09 16:04:03 -0400 Xavier Claessens + + * gst-libs/gst/gl/gstglcolorconvert.c: + glcolorconvert: Fix external-oes shader + The #extention must come before 'precision highp float;'. + Closes: #650 + +2019-08-11 14:16:51 +0100 Tim-Philipp Müller + + * gst-libs/gst/video/video-color.c: + video-color: keep UNKNOWN colorimetry define automatically up-to-date + Follow-up to !310 and helps with backport commits like !360 + +2019-05-24 15:22:58 +0200 Arun Raghavan + + * gst-libs/gst/video/video-color.c: + video-color: Deal with NULL colorimetry while converting from string + This came up in the case where v4l2 sets caps with colorimetry=NULL, and + then tries to parse back the colorimetry, causing a crash in + gst_video_get_colorimetry() because of g_str_equal(). We fix this by + making sure the only caller of the function never calls it with a null + colorimetry string. + +2019-05-24 16:35:08 +0200 Arun Raghavan + + * gst-libs/gst/video/video-color.c: + video-color: Fix unknown colorimetry checking + Also drop some deadcode #defines. + +2019-08-07 13:01:07 +0300 Sebastian Dröge + + * gst-libs/gst/video/video-anc.c: + video-anc: Fix ADF detection when trying to extract data from vanc + Previously we were checking offset 1 twice, but the second check + should've been for offset 2. + +2019-05-28 17:43:25 +0200 Lucas Stach + + * gst-libs/gst/gl/wayland/wayland_event_source.c: + gl/wayland: fix wayland event source burning CPU + Commit c71dd72b "gl/wayland: fix glib mainloop integration" was overeager + in removing the poll result test from the check function. This caused + dispatch to be called even if no new events are available on the + Wayland connection, which in turn would wake up the glib mainloop, + causing effectively a tight loop without ever blocking on the poll. + Fixes #603 + +2019-07-24 10:12:17 +0200 Martin Liska + + * configure.ac: + Add used attribute in order to make NEON detection working with -flto. + +2019-07-18 08:46:42 +0300 Sebastian Dröge + + * gst-libs/gst/audio/gstaudioaggregator.c: + audioaggregator: Split getcaps() function into two + One for convert pads and one for normal sink pads. + +2019-07-16 10:40:16 +0300 Sebastian Dröge + + * gst-libs/gst/video/gstvideoaggregator.c: + videoaggregator: We can only convert the format if a GstVideoAggregatorConvertPad is used + Otherwise assume that we can at least support any framerate. + +2019-07-16 10:34:24 +0300 Sebastian Dröge + + * gst-libs/gst/audio/gstaudioaggregator.c: + audioaggregator: Always take first configure pad's rate and downstream caps into account when calculating allow sink caps + While we can convert between all formats apart from the rate, we + actually need to make sure that we comply with a) the rate of the first + configured pad and b) also all the allowed rates from downstream. + +2019-07-16 10:02:08 +0300 Sebastian Dröge + + * gst-libs/gst/audio/gstaudioaggregator.c: + audioaggregator: If we don't have a GstAudioAggregatorConvertPad, don't assume that we can actually convert + +2019-07-15 16:08:34 +0200 Mathieu Duponchelle + + * gst-libs/gst/audio/gstaudioaggregator.c: + audioaggregator: always use downstream's rate requirements + We were previously only fixating the rate in the getcaps + implementation when downstream was requiring a discrete value, + causing negotiation to fail when upstream was capable of rate + conversion, but not made aware that it had to occur. + Instead of fixating the rate, we can simply update our sink + template caps with whatever GValue the downstream caps are holding + as their rate field. + Allows negotiation to successfully complete with pipelines such as: + audiotestsrc ! audio/x-raw, rate=48000 ! audioresample ! audiomixer name=m ! \ + audio/x-raw, rate={800, 1000} ! autoaudiosink \ + audiotestsrc ! audio/x-raw, rate=44100 ! audioresample ! m. + +2019-06-28 07:22:17 +0200 Göran Jönsson + + * gst-libs/gst/rtsp/gstrtspconnection.c: + rtspconnection: data-offset increase not set + +2019-06-27 08:04:07 +0200 Göran Jönsson + + * gst-libs/gst/rtsp/gstrtspconnection.c: + rtpsconnection: Fix number of n_vectors + Body_offset mean that so much data have been written. + Without this patch n_vectors somtimes becomes one more than it should + and then there will be an vector that have a random size causing + writev_bytes to cause a "Bad address" error. + +2019-06-26 17:05:04 +0530 Nirbheek Chauhan + + * gst-libs/gst/video/video-color.c: + video-color: Add compile-time assert for ColorimetryInfo enum + A comment is not sufficient because this will break when + cherry-picking or backporting commits. + +2019-06-26 03:39:54 -0400 Doug Nazar + + * gst-libs/gst/audio/gstaudiodecoder.c: + audiodecoder: Fix leak on failed audio gaps + If we fail to process the gap event we need to unref the event or + we end up with a leak. + +2019-06-23 11:34:49 +0100 Philippe Normand + + * gst-libs/gst/gl/gstglupload.c: + glupload: Keep track of cached EGLImage texture format + This patch fixes the following critical warning: + CRITICAL **: 11:33:32.843: Unknown GL format 0x0 provided + It would happen during the setup of a second pipeline involving the DMABuf + uploader, typically with a v4l2src element. The warning was raised because the + uploader had a cached EGLImage already filled but the formats were not + synchronized accordingly. + +2019-06-17 16:46:21 -0700 Song Bing + + * gst/playback/gstplaysink.c: + playsink: Set ts-offset to text sink. + Find right text sink to set the ts-offset. + +2017-10-10 15:45:14 +0200 Håvard Graff + + * pkgconfig/meson.build: + meson.build: use join_paths() on prefix + So that "/" are correct on Windows. + +2019-06-14 02:32:50 +0530 Nirbheek Chauhan + + * gst/compositor/compositor.c: + compositor: Copy frames as-is when possible + The blend functions for alpha formats need to do more work than just + doing a memcpy, so we can do a memcpy when we know that a blend is not + actually needed. + 1080p AYUV ! compositor background=transparent ! fakesink - 56% faster + Specifically, when we don't draw the background and the first pad we + draw completely covers the output frame, we can just copy it as-is. + The rest of the pads (if any) will get composited on top normally. + +2019-06-24 09:44:29 +0000 Tim-Philipp Müller + + * gst/compositor/compositor.c: + compositor: fix compiler warning due to c99-ism + +2019-06-13 20:30:03 +0530 Nirbheek Chauhan + + * gst/compositor/compositor.c: + compositor: Sprinkle some const in prototypes + These helper functions don't edit the rectangles passed in. + +2019-05-26 17:47:20 +0200 Nirbheek Chauhan + + * gst/compositor/compositor.c: + compositor: Skip background if transparent and obscured + If the background is transparent and obscured by a pad that may or may + not have alpha, we can still skip drawing it entirely + AYUV 1080p ! compositor background=transparent ! fakesink - 75% faster + +2019-05-26 17:30:12 +0200 Nirbheek Chauhan + + * gst/compositor/compositor.c: + compositor: Skip the background when not visible + We don't need to waste time drawing the background when one of the + pads completely covers the output and there's no alpha on the pad or + in the video format. Speedups: + I420 1080p ! compositor ! fakesink - 72% faster + I420 1080p ! compositor background=black ! fakesink - 45% faster + +2019-05-26 18:28:18 +0200 Nirbheek Chauhan + + * gst/compositor/blend.c: + compositor: Don't log per-frame under GST_INFO + +2019-05-26 17:29:23 +0200 Nirbheek Chauhan + + * gst/compositor/compositor.c: + compositor: Factor-out rectangle-obscuring check + We're going to use this for checking if one of the pads obscures the + background. + +2019-05-26 15:23:25 +0200 Nirbheek Chauhan + + * gst/compositor/compositor.c: + * gst/compositor/compositor.h: + compositor: Add some comments, remove outdated ones + +2019-05-26 15:23:06 +0200 Nirbheek Chauhan + + * gst/compositor/compositor.c: + compositor: Remove unused function argument + +2019-06-12 04:45:09 +0900 Eike Hein + + * gst-libs/gst/rtsp/gstrtspconnection.c: + rtspconnection: Start CSeq at 1 + RFC 7826 recommends (but does not require) starting at 0, + but at least one known server implementation fails to copy + request sequence numbers <1 into responses due to an + incorrect null check. + The server known to exhibit this behavior is the Parrot + Streaming Server, serving video from their UAV devices. + A fix has been submitted upstream as well: + https://github.com/Parrot-Developers/librtsp/pull/2 + The Parrot developers are known to have tested with LibVLC. + In WireShark debugging, LibVLC appears to start with a CSeq + of 2, which is likely why this bug went unnoticed. + This reverts 487595a7d6e2d, which set this to 0 citing the + RFC. The switch to 0 was thus a recent one; it's therefore + possible server implementors relied on the previous + GStreamer client behavior in their tests as well. + Fixes #624. + +2019-06-03 15:51:02 +0800 Haihua Hu + + * gst-libs/gst/gl/viv-fb/gstglwindow_viv_fb_egl.c: + viv-fb: fix build break for GST_GL_API + Need include config.h in gstglwindow_viv_fb_egl.c + +2019-06-08 02:57:37 +1000 Matthew Waters + + * tests/check/libs/gstglheaders.c: + gl/tests: fix shader creation tests part 2 + Continuation of 4fd7a2c783e96e5ebec513f8fd178ba34b2a527f + We check the availability of the high precision floats in GLSL shaders + which involves an OpenGL call and thus is required to be executed on the + OpenGL thread. + The tests were not respecting that and could fail on more strict + drivers. + Tests update for 675415bf2ea9ddc75ea5e5b6eae9ae942c19d6dc + Fixes https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/issues/590 + +2019-06-07 20:51:39 +1000 Matthew Waters + + * tests/check/libs/gstglheaders.c: + * tests/check/libs/gstglslstage.c: + gl/tests: fix shader creation tests + We check the availability of the high precision floats in GLSL shaders + which involves an OpenGL call and thus is required to be executed on the + OpenGL thread. + The tests were not respecting that and could fail on more strict + drivers. + Tests update for 675415bf2ea9ddc75ea5e5b6eae9ae942c19d6dc + Fixes https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/issues/590 + +2019-06-05 13:25:34 +0100 Fernando Herrrera + + * gst-libs/gst/gl/wayland/gstglwindow_wayland_egl.c: + wayland: set the event queue also for the xdg_wm_base object + +2019-05-28 17:04:51 +0200 Daniel Klamt + + * gst-libs/gst/video/gstvideoaffinetransformationmeta.c: + Added GI annotation for gstvideoaffinetransformationmeta apply_matrix + The problem is that Gobject Introspections does not understand the const + gfloat matrix[16] as an matrix but as an array of gfloasts but as just + one gfloat. + To fix this i added the annotation to the parameter + descriptions. + +2019-05-24 15:54:50 +0200 Sebastian Dröge + + * gst/compositor/compositororc.orc: + compositor: Replace shift and conv opcodes by convh in BGRA SOURCE operator + Potentially speeds up processing a bit. + +2019-05-24 15:53:55 +0200 Sebastian Dröge + + * gst/compositor/compositororc.orc: + compositor: Remove unneeded left shift for ARGB/AYUV SOURCE operator + The alpha value is already in the lower 8 bits from the beginning in + this case. + Fixes https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/issues/610 + +2018-02-26 14:25:40 +0100 Georg Lippitsch + + * ext/alsa/gstalsasrc.c: + alsasrc: Don't use driver timestamp if it's zero + Some alsa interfaces don't provide timestamps and thus always set the timestamp to zero. + Fixes https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/issues/453 + +2019-05-14 13:34:13 +0200 Guillaume Desmottes + + * gst-libs/gst/gl/gstgloverlaycompositor.c: + gloverlaycompositor: fix crash if buffer doesn't have video meta + Fix #501 + +2019-05-12 18:33:32 +0900 Seungha Yang + + * meson.build: + meson: Don't try to find gio-unix on Windows + +2019-05-07 18:36:01 +1000 Matthew Waters + + * gst-libs/gst/gl/gstglshaderstrings.c: + glshader: fix default external-oes shaders + In glsl, #extension directives need to before other non-preprocesser + directives. We were placing the precision qualifier before that. Fix + by moving the #extension to the first line in the shader. + Fixes: https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/issues/601 + +2019-05-06 12:48:49 +0200 Antonio Ospite + + * gst/subparse/gstsubparse.c: + * tests/check/elements/subparse.c: + subparse: fix pushing WebVTT cue when last is not an empty line + If the last WebVTT cue does not have an empty line after it, or if it + does not end with a newline at all, it does not get pushed out and it + won't be displayed. + gst_sub_parse_sink_event() already handles the issue for other subtitle + formats, enable handling it for GST_SUB_PARSE_FORMAT_VTT too. + While at it also add a test for this case. + +2019-05-06 13:23:22 +0200 Antonio Ospite + + * tests/check/elements/subparse.c: + test: add subparse test for SRT subtitles with no newline at the end + Add a test to verify that SRT subtitles work even if the last chunk does + not have an empty line after it. + +2019-05-03 14:31:03 -0400 Xavier Claessens + + * meson_options.txt: + Missing "android" choice in gl_winsys + +2019-05-01 11:25:31 -0500 A. Wilcox + + * tests/check/libs/video.c: + video test: Keep BE test inline with LE test + +2019-04-26 09:44:07 +0300 Sebastian Dröge + + * gst-libs/gst/tag/gstid3tag.c: + id3tag: Correctly validate the year from v1 tags before passing to GstDateTime + By using strtoul(), invalid values will get mapped to MAXULONG and we + would have to check errno. They won't get mapped to 0. + To solve this, use the signed g_ascii_strtoll(). This will map errors to + 0 or G_MAXINT64 or G_MININT64, and the valid range for GstDateTime is > + 0 and <= 9999 so we can directly check for this here. + Fixes https://gitlab.freedesktop.org/gstreamer/gstreamer/issues/384 + +2019-04-24 10:41:24 +0200 Niels De Graef + + * gst-libs/gst/gl/wayland/gstgldisplay_wayland.c: + * gst-libs/gst/gl/wayland/gstgldisplay_wayland.h: + * gst-libs/gst/gl/wayland/gstglwindow_wayland_egl.c: + gl/wayland: Don't prefix wl_shell struct field + As part of commit 808e7127, we prefixed the `GstWlWindow`'s `shell` + field with wl_, to differentiate it from the other types of shells a + Wayland compositor might support. However, this is apparently a struct + that we expose to our users, so changing it means we have an API break. + Fixes https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/issues/592 + +2019-04-23 17:10:47 +0300 Sebastian Dröge + + * gst-libs/gst/gl/egl/gsteglimage.c: + eglimage: Add compatibility define for DRM_FORMAT_NV24 + +2019-04-23 14:31:45 +0300 Sebastian Dröge + + * gst-libs/gst/gl/gstglformat.c: + * gst-libs/gst/gl/gstglshaderstrings.c: + * gst-libs/gst/gl/gstglsl.c: + * gst-libs/gst/gl/gstglwindow.c: + gl: Add various missing Since: 1.16 markers + And add some missing function documentation. + +2019-04-23 14:42:03 +0300 Sebastian Dröge + + * gst-libs/gst/video/gstvideoaggregator.h: + videoaggregator: Add Since: 1.16 markers to all public structs + +2019-04-23 14:42:17 +0300 Sebastian Dröge + + * gst-libs/gst/video/video-anc.h: + video-anc: Add Since: 1.16 marker + +2019-04-23 14:52:28 +0300 Sebastian Dröge + + * gst-libs/gst/audio/gstaudioaggregator.h: + audioaggregator: Add Since: 1.14 markers to all public structs + +2019-04-23 15:05:43 +0300 Sebastian Dröge + + * gst-libs/gst/audio/audio-channels.c: + * gst-libs/gst/audio/gstaudiodecoder.h: + * gst-libs/gst/audio/gstaudioencoder.h: + * gst-libs/gst/audio/gstaudioringbuffer.h: + * gst-libs/gst/pbutils/codec-utils.c: + * gst-libs/gst/pbutils/encoding-profile.c: + * gst-libs/gst/rtsp/gstrtspconnection.c: + * gst-libs/gst/rtsp/gstrtspconnection.h: + * gst-libs/gst/rtsp/gstrtspdefs.c: + * gst-libs/gst/rtsp/gstrtspdefs.h: + * gst-libs/gst/sdp/gstmikey.h: + * gst-libs/gst/video/gstvideodecoder.h: + * gst-libs/gst/video/gstvideoencoder.c: + * gst-libs/gst/video/gstvideoencoder.h: + * gst-libs/gst/video/navigation.h: + * gst-libs/gst/video/video-format.h: + * gst-libs/gst/video/video-info.h: + * gst-libs/gst/video/video-resampler.h: + * gst-libs/gst/video/videooverlay.c: + libs: Fix various Since markers + +2019-04-22 17:06:09 +0300 Sebastian Dröge + + * gst-libs/gst/video/video-anc.c: + * tests/check/libs/videoanc.c: + video-anc: Handle SD formats correctly + VANC is stored linearly in SD formats instead of separating the Y and YV + components from each other and having first all Y and then all UV + values. + +2019-04-22 18:33:20 +0300 Sebastian Dröge + + * gst-libs/gst/video/video-anc.h: + video-anc: Add DID16 value for SMPTE 2016-3 AFD/Bar data + +2019-05-02 12:35:19 +0100 Tim-Philipp Müller + + * .gitlab-ci.yml: + ci: use template from 1.16 branch + === release 1.16.0 === 2019-04-19 00:19:55 +0100 Tim-Philipp Müller diff --git a/NEWS b/NEWS index 816a3aa..c93be83 100644 --- a/NEWS +++ b/NEWS @@ -5,10 +5,13 @@ GSTREAMER 1.16 RELEASE NOTES GStreamer 1.16.0 was originally released on 19 April 2019. +The latest bug-fix release in the 1.16 series is 1.16.1 and was released +on 23 September 2019. + See https://gstreamer.freedesktop.org/releases/1.16/ for the latest version of this document. -_Last updated: Friday 19 April 2019, 00:00 UTC (log)_ +_Last updated: Sunday 22 September 2019, 21:00 UTC (log)_ Introduction @@ -353,7 +356,7 @@ New element features and additions - rtpjitterbuffer has improved end-of-stream handling -- rtpmp4vpay will be prefered over rtpmp4gpay for MPEG-4 video in +- rtpmp4vpay will be preferred over rtpmp4gpay for MPEG-4 video in autoplugging scenarios now - rtspsrc now allows applications to send RTSP SET_PARAMETER and @@ -1208,7 +1211,7 @@ Cerbero has seen a number of improvements: used in order to re-produce a specific build. To set a manifest, you can set manifest = 'my_manifest.xml' in your configuration file, or use the --manifest command line option. The command line option will - take precendence over anything specific in the configuration file. + take precedence over anything specific in the configuration file. - The new build-deps command can be used to build only the dependencies of a recipe, without the recipe itself. @@ -1224,6 +1227,12 @@ Cerbero has seen a number of improvements: section in the Cerbero documentation for more details how to enable and use these variants. +- When building on Windows, Cerbero can now build GStreamer recipes + and core dependencies such as glib with Visual Studio. This is + controlled by the visualstudio variant. Visual Studio 2015, 2017, + and 2019 are supported. Currently, only 64-bit x86 is supported due + to a known bug which will be fixed for the next release. + - A new -t / --timestamp command line switch makes commands print timestamps @@ -1353,6 +1362,342 @@ the git 1.16 branch, which is a stable branch. 1.16.0 was released on 19 April 2019. +1.16.1 + +The first 1.16 bug-fix release (1.16.1) was released on 23 September +2019. + +This release only contains bugfixes and it _should_ be safe to update +from 1.16.0. + +Highlighted bugfixes in 1.16.1 + +- GStreamer-vaapi: fix green frames and decoding artefacts in some + cases +- OpenGL: fix wayland event source burning CPU in certain + circumstances +- Memory leak fixes and memory footprint improvements +- Performance improvements +- Stability and security fixes +- Fix enum for GST_MESSAGE_DEVICE_CHANGED which is technically an API + break, but this is only used internally in GStreamer and duplicated + another message enum +- hls: Make crypto dependency optional when hls-crypto is auto +- player: fix switching back and forth between forward and reverse + playback +- decklinkaudiosink: Drop late buffers +- openh264enc: Fix compilation with openh264 v2.0 +- wasapisrc: fix segtotal value being always 2 +- Fix issues on Android Q + +gstreamer core + +- device: gst_device_create_element() is transfer floating, not + transfer full +- filesink, fdsink: respect IOV_MAX for the writev iovec array + (Solaris) +- miniobject: free qdata array when the last qdata is removed (reduces + memory footprint) +- bin: Fix minor race when adding to a bin +- aggregator: Actually handle NEED_DATA return from update_src_caps() +- aggregator: Ensure that the source pad is created as a + GstAggregatorPad if no type is given in the pad template +- latency: fix custom event leaks +- registry: Use plugin directory from the build system for + relocateable Windows builds +- message: fix up enum value for GST_MESSAGE_DEVICE_CHANGED +- info: Fix deadlock in gst_ring_buffer_logger_log() +- downloadbuffer: Check for flush after seek +- identity: Non-live upstream have no max latency +- identity: Fix the ts-offset property getter +- aggregator: Make parsing of explicit sink pad names more robust +- bufferpool: Fix the buffer size reset code +- fakesink, fakesrc, identity: sync gst_buffer_get_flags_string() with + new flags +- multiqueue: never unref queries we do not own +- concat: Reset last_stop on FLUSH_STOP too +- aggregator: fix flow-return boolean return type mismatch +- gstpad: Handle probes that reset the data field +- gst: Add support for g_autoptr(GstPromise) +- gst-inspect: fix unused-const-variable error in windows +- base: Include gstbitwriter.h in the single-include header +- Add various Since: 1.16 markers +- GST_MESSAGE_DEVICE_CHANGED duplicates GST_MESSAGE_REDIRECT +- Targetting wrong meson version +- meson: Make get_flex_version.py script executable +- meson: Link to objects instead of static helper library +- meson: set correct install path for gdb helper +- meson: fix warning about configure_file() install kwarg + +gst-plugins-base + +- video-info: parse field-order for all interleaved formats +- tests: fix up valgrind suppressions for glibc getaddrinfo leaks +- meson: Reenable NEON support (in audio resampler) +- audio-resampler: Update NEON to handle remainders not multiples of 4 +- eglimage: Fix memory leak +- audiodecoder: Set output caps with negotiated caps to avoid critical + info printed +- video-frame: Take TFF flag from the video info if it was set in + there +- glcolorconvert: Fix external-oes shader +- video-anc: Fix ADF detection when trying to extract data from vanc +- gl/wayland: fix wayland event source burning CPU +- configure: add used attribute in order to make NEON detection + working with -flto. +- audioaggregator: Return a valid rate range from caps query if + downstream supports a whole range +- rtspconnection: data-offset increase not set +- rtpsconnection: Fix number of n_vectors +- video-color: Add compile-time assert for ColorimetryInfo enum +- audiodecoder: Fix leak on failed audio gaps +- glupload: Keep track of cached EGLImage texture format +- playsink: Set ts-offset to text sink. +- meson.build: use join_paths() on prefix +- compositor: copy frames as-is when possible +- compositor: Skip background when a pad obscures it completely +- rtspconnection: Start CSeq at 1 (some servers don’t cope well with + seqnum 0) +- viv-fb: fix build break for GST_GL_API +- gl/tests: fix shader creation tests part 2 +- gl/tests: fix shader creation tests +- wayland: set the event queue also for the xdg_wm_base object +- video: Added GI annotation for gstvideoaffinetransformationmeta + apply_matrix +- compositor: Remove unneeded left shift for ARGB/AYUV SOURCE operator +- Colorimetry fixes +- alsasrc: Don’t use driver timestamp if it’s zero +- gloverlaycompositor: fix crash if buffer doesn’t have video meta +- meson: Don’t try to find gio-unix on Windows +- glshader: fix default external-oes shaders +- subparse: fix pushing WebVTT cue with no newline at the end +- meson: Missing “android” choice in gl_winsys +- video test: Keep BE test inline with LE test +- id3tag: Correctly validate the year from v1 tags before passing to + GstDateTime +- gl/wayland: Don’t prefix wl_shell struct field +- eglimage: Add compatibility define for DRM_FORMAT_NV24 +- Add various Since: 1.16 markers +- video-anc: Handle SD formats correctly +- Docs: add GL_CFLAGS to GTK_DOC_CFLAGS +- GL: using vaapi and showing on glimagesink on wayland loads one core + for 100% on 1.16 +- GL: external-oes shader places precision qualifier before #extension + (was: androidmedia amcviddec fail after 1.15.90 1.16.0 update) + +gst-plugins-good + +- alpha: Fix one_over_kc calculation on arm/aarch64 +- souphttpsrc: Fix incompatible type build warning +- rtpjitterbuffer: limit max-dropout-time to maxint32 +- rtpjitterbuffer: Clear clock master before unreffing +- qtdemux: Use empty-array safe way to cleanup GPtrArray +- v4l2: Fix type compatibility issue with glibc 2.30 +- valgrind: suppress Cond error coming from gnutls and Ignore leaks + caused by shout/sethostent +- rtpfunnel: forward correct segment when switching pad +- gtkglsink: fix crash when widget is resized after element + destruction +- jpegdec: Don’t dereference NULL input state if we have no caps in + TIME segments +- rtp: opuspay: fix memory leak in gst_rtp_opus_pay_setcaps +- v4l2videodec: return right type for drain. +- rtpssrcdemux: Avoid taking streamlock out-of-band +- Support v4l2src buffer orphaning +- splitmuxsink: Only set running time on finalizing sink element when + in async-finalize mode +- rtpsession: Always keep at least one NACK on early RTCP +- rtspsrc: do not try to send EOS with invalid seqnum +- rtpsession: Call on-new-ssrc earlier +- rtprawdepay: Don’t get rid of the buffer pool on FLUSH_STOP +- rtpbin: Free storage when freeing session +- scaletempo: Advertise interleaved layout in caps templates +- Support v4l2src buffer orphaning + +gst-plugins-bad + +- hls: Make crypto dependency optional when hls-crypto is auto +- player: fix switching back and forth between forward and reverse + playback +- decklinkaudiosink: Drop late buffers +- srt: Add stats property, include sender-side statistics and fix a + crash +- dshowsrcwrapper: fix regression on device selection +- tsdemux: Limit the maximum PES payload size +- wayland: Define libdrm_dep in meson.build to fix meson configure + error when kms is disabled +- sctp: Fix crash on free() when using the MSVC binaries +- webrtc: Fix signals documentation +- h264parse: don’t critical on VUI parameters > 2^31 +- rtmp: Fix crash inside free() with MSVC on Windows +- iqa: fix leak of map_meta.data +- d3dvideosink: Fix crash on WinProc handler +- amc: Fix crash when a sync_meta survives its sink +- pitch: Fix race between putSamples() and setting soundtouch + parameters +- webrtc: fix type of max-retransmits, make it work +- mxfdemux: Also allow picture essence element type 0x05 for VC-3 +- wasapi: fix symbol redefinition build error +- decklinkvideosrc: Retrieve mode of the ancillary data from the frame +- decklinkaudiosrc/decklinkvideosrc: Do nothing in + BaseSrc::negotiate() and… +- adaptivedemux: do not retry downloads during shutdown. +- webrtcbin: fix GInetAddress leak +- dtls: fix dtls connection object leak +- siren: fix a global buffer overflow spotted by asan +- kmssink: Fix implicit declaration build error +- Fix -Werror=return-type error in configure. +- aiff: Fix infinite loop in header parsing. +- nvdec: Fix possible frame drop on EOS +- srtserversrc: yields malformed rtp payloads +- srtsink: Fix crash in case no URI +- dtlsagent: Fix leaked dtlscertificate +- meson: bluez: Early terminate configure on Windows +- decklink: Correctly ensure >=16 byte alignment for the buffers we + allocate +- webrtcbin: fix DTLS when receivebin is set to DROP +- zbar: Include running-time, stream-time and duration in the messages +- uvch264src: Make sure we set our segment +- avwait: Allow start and end timecode to be set back to NULL +- avwait: Don’t print warnings for every buffer passed +- hls/meson: fix dependency logic +- Waylandsink gnome shell workaround +- avwait: Allow setting start timecode after end timecode; protect + propeties with mutex +- wayland/wlbuffer: just return if used_by_compositor is true when + attach +- proxy: Set SOURCE flag on the source and SINK flag on the sink +- ivfparse: Check the data size against IVF_FRAME_HEADER_SIZE +- webrtc: Add various Since markers to new types after 1.14.0 +- msdk: fix the typo in debug category +- dtlsagent: Do not overwrite openssl locking callbacks +- meson: Fix typo in gsm header file name +- srt: handle races in state change +- webrtc: Add g_autoptr() support for public types +- openh264enc: Fix compilation with openh264 v2.0 +- meson: Allow CUDA_PATH fallback on linux +- meson: fix build with opencv=enabled and opencv4. Fixes #964 +- meson: Add support for the colormanagement plugin +- autotools: gstsctp: set LDFLAGS +- nvenc/nvdec: Add NVIDIA SDK headers to noinst_HEADERS +- h264parse: Fix typo when setting multiview mode and flags +- Add various Since: 1.16 markers +- opencv: allow compilation against 4.1.x +- Backport of some minor srt commits without MR into 1.16 +- meson: fix build with opencv=enabled and opencv4 +- wasapisrc: fix segtotal value being always 2 due to an unused + variable +- meson: colormanagement missing +- androidmedia amcviddec fail after 1.15.90 1.16.0 update + +gst-plugins-ugly + +- meson: Always require the gmodule dependency + +gst-libav + +- docs: don’t include the type hierarchy, fixing build with gtk-doc + 1.30 +- avvidenc: Correctly signal interlaced input to ffmpeg when the input + caps are interlaced +- autotools: add bcrypt to win32 libs +- gstav: Use libavcodec util function for version check +- API documentation fails to build with gtk-doc 1.30 + +gst-rtsp-server + +- rtsp-client: RTP Info must exist in PLAY response +- onvif-media: fix “void function returning a value” compiler warning +- Add various Since: 1.16 markers + +gstreamer-vaapi + +- fix egl context leak and display creation race +- pluginutil: Remove Mesa from drivers white list +- Classify vaapidecodebin as a hardware decoder +- Fix two leak +- vaapivideomemory: demote error message to info +- encoder: vp8,vp9: reset frame_counter when input frame’s format + changes +- encoder: mpeg2: No packed header for SPS and PPS +- decoder: vp9: clear parser pointer after release +- encoder: Fixes deadlock in change state function +- encoder: h265: reset num_ref_idx_l1_active_minus1 when low delay B. +- encoder: not call ensure_num_slices inside g_assert() +- encoder: continue if roi meta is NULL +- decoder: vp9: Set chroma_ ype by VP9 bit_depth +- vaapipostproc: don’t do any color conversion when GL_TEXTURE_UPLOAD +- libs: surface: fix double free when dmabuf export fails +- h264 colors and artifacts upon upgrade to GStreamer Core Library + version 1.15.90 + +gst-editing-services + +- element: Properly handle the fact that pasting can return NULL +- Add various missing Since markers +- launch: Fix caps restriction short names +- python: Avoid warning about using deprecated methods +- video-transition: When using non crossfade effect use ‘over’ + operations +- meson: Generate a pkgconfig file for the GES plugin + +gst-devtools + +- launcher: testsuites: skip systemclock stress tests +- validate: fix build on macOS + +gst-build + +- Update win flex bison binaries +- Update the flexmeson windows binary version +- Don’t allow people to run meson inside the uninstalled env + +Cerbero build tool and packaging changes in 1.16.1 + +- cerbero: Add enums for Fedora 30, Fedora 31 and Debian bullseye +- gnutls.recipe: Fix crash when running on Android Q +- recipes: Upgrade openssl to 1.1.1c +- Fix some typos +- add support for vs build tools 2019, fixes #183 +- android: Adjust gstreamer-1.0.mk for NDK r20 +- Fix license enums +- bootstrap: Fix dnf usage on CentOS +- Make _add_system_libs reentrant +- meson.recipe: Fix setting of bitcode compiler options +- cerbero: support Ubuntu disco dingo +- cerbero: Set utf-8 to execution character set also on MSVC +- git: simplify the reset of the source branch. +- FORTIFY: %n not allowed on Android Q +- Fails to build if there’s no license file for the given license + (GPL/LGPL without Plus, Proprietary, …) + +Contributors to 1.16.1 + +Aaron Boxer, Adam Duskett, Alicia Boya García, Andoni Morales Alastruey, +Antonio Ospite, Arun Raghavan, Askar Safin, A. Wilcox, Charlie Turner, +Christoph Reiter, Damian Hobson-Garcia, Daniel Klamt, Danny Smith, David +Gunzinger, David Ing, David Svensson Fors, Doug Nazar, Edward Hervey, +Eike Hein, Fabrice Bellet, Fernando Herrrera, Georg Lippitsch, Göran +Jönsson, Guillaume Desmottes, Haihao Xiang, Haihua Hu, Håvard Graff, Hou +Qi, Ignacio Casal Quinteiro, Ilya Smelykh, Jan Schmidt, Javier Celaya, +Jim Mason, Jonas Larsson, Jordan Petridis, Jose Antonio Santos Cadenas, +Juan Navarro, Knut Andre Tidemann, Kristofer Björkström, Lucas Stach, +Marco Felsch, Marcos Kintschner, Mark Nauwelaerts, Martin Liska, Martin +Theriault, Mathieu Duponchelle, Matthew Waters, Michael Olbrich, Mike +Gorse, Nicola Murino, Nicolas Dufresne, Niels De Graef, Niklas +Hambüchen, Nirbheek Chauhan, Olivier Crête, Philippe Normand, Ross +Burton, Sebastian Dröge, Seungha Yang, Song Bing, Thiago Santos, +Thibault Saunier, Thomas Coldrick, Tim-Philipp Müller, Víctor Manuel +Jáquez Leal, Vivia Nikolaidou, Xavier Claessens, Yeongjin Jeong, + +… and many others who have contributed bug reports, translations, sent +suggestions or helped testing. Thank you all! + +List of merge requests and issues fixed in 1.16.1 + +- List of Merge Requests applied in 1.16 +- List of Issues fixed in 1.16.1 + Known Issues @@ -1376,9 +1721,9 @@ unstable development version leading up to the stable 1.18 release. The development of 1.17/1.18 will happen in the git master branch. The plan for the 1.18 development cycle is yet to be confirmed, but it -is possible that the next cycle will be a short one in which case -feature freeze would be perhaps around August 2019 with a new 1.18 -stable release in September. +is now expected that feature freeze will take place shortly after the +GStreamer conference/hackfest in early November 2019, with the first +1.18 stable release ready in late November or early December. 1.18 will be backwards-compatible to the stable 1.16, 1.14, 1.12, 1.10, 1.8, 1.6, 1.4, 1.2 and 1.0 release series. diff --git a/RELEASE b/RELEASE index 7404847..1e0814b 100644 --- a/RELEASE +++ b/RELEASE @@ -1,10 +1,7 @@ -This is GStreamer gst-plugins-base 1.16.0. +This is GStreamer gst-plugins-base 1.16.1. -The GStreamer team is thrilled to announce a new major feature release in the -stable 1.0 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 GStreamer team is pleased to announce another bug-fix release in the +stable 1.x API series of your favourite cross-platform multimedia framework! The 1.16 release series adds new features on top of the 1.14 series and is part of the API and ABI-stable 1.x release series of the GStreamer multimedia @@ -60,7 +57,7 @@ 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 -https://cgit.freedesktop.org/gstreamer/gstreamer/ +https://gitlab.freedesktop.org/gstreamer/ ==== Homepage ==== diff --git a/configure.ac b/configure.ac index 2fa7ef0..5bb5fe1 100644 --- a/configure.ac +++ b/configure.ac @@ -5,7 +5,7 @@ dnl please read gstreamer/docs/random/autotools before changing this file dnl initialize autoconf dnl releases only do -Wall, git and prerelease does -Werror too dnl use a three digit version number for releases, and four for git/prerelease -AC_INIT([GStreamer Base Plug-ins],[1.16.0],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gst-plugins-base]) +AC_INIT([GStreamer Base Plug-ins],[1.16.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gst-plugins-base]) AG_GST_INIT @@ -56,10 +56,10 @@ dnl 1.2.5 => 205 dnl 1.10.9 (who knows) => 1009 dnl dnl sets GST_LT_LDFLAGS -AS_LIBTOOL(GST, 1600, 0, 1600) +AS_LIBTOOL(GST, 1601, 0, 1601) dnl *** required versions of GStreamer stuff *** -GST_REQ=1.16.0 +GST_REQ=1.16.1 dnl *** autotools stuff **** diff --git a/gst-plugins-base.doap b/gst-plugins-base.doap index 156625d..5924fef 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. + 1.16.1 + 1.16 + + 2019-09-23 + + + + + + 1.16.0 master diff --git a/meson.build b/meson.build index 1b7413a..874b3e4 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('gst-plugins-base', 'c', - version : '1.16.0', + version : '1.16.1', meson_version : '>= 0.47', default_options : [ 'warning_level=1', 'buildtype=debugoptimized' ]) -- 2.7.4