+=== release 1.17.90 ===
+
+2020-08-20 16:16:50 +0100 Tim-Philipp Müller <tim@centricular.com>
+
+ * ChangeLog:
+ * NEWS:
+ * RELEASE:
+ * gst-devtools.doap:
+ * meson.build:
+ Release 1.17.90
+
+2020-08-13 21:55:09 -0400 Thibault Saunier <tsaunier@igalia.com>
+
+ * validate/launcher/testsuites/check.py:
+ validate:check: Blacklist new ges valgrind test
+ I can't find what the issue is and the test is very long anyway
+ Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-devtools/-/merge_requests/219>
+
+2020-08-13 20:51:52 -0400 Thibault Saunier <tsaunier@igalia.com>
+
+ * validate/gst/validate/flow/formatting.c:
+ * validate/gst/validate/flow/gstvalidateflow.c:
+ * validate/meson.build:
+ validate: flow: Plug some leaks
+ Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-devtools/-/merge_requests/219>
+
+2020-08-13 16:19:50 -0400 Thibault Saunier <tsaunier@igalia.com>
+
+ * validate/gst/validate/gst-validate-scenario.c:
+ validate:scenario: Plug some leaks
+ Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-devtools/-/merge_requests/219>
+
+2020-08-14 00:27:25 +0100 Tim-Philipp Müller <tim@centricular.com>
+
+ * validate/launcher/testsuites/check.py:
+ launcher: add webrtcbin datachannel tests to valgrind skip list
+ They were previously not run because the sctp plugin wasn't built
+ but they will be run now that we bundle libusrsctp.
+ https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1465
+ Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-devtools/-/merge_requests/218>
+
+2020-07-25 21:12:00 +0100 Tim-Philipp Müller <tim@centricular.com>
+
+ * validate/gst/validate/gst-validate-bin-monitor.h:
+ * validate/gst/validate/gst-validate-element-monitor.h:
+ * validate/gst/validate/gst-validate-monitor.h:
+ * validate/gst/validate/gst-validate-override.h:
+ * validate/gst/validate/gst-validate-pad-monitor.h:
+ * validate/gst/validate/gst-validate-pipeline-monitor.h:
+ * validate/gst/validate/gst-validate-reporter.h:
+ * validate/gst/validate/gst-validate-runner.h:
+ * validate/gst/validate/gst-validate-scenario.h:
+ * validate/gst/validate/media-descriptor-parser.h:
+ * validate/gst/validate/media-descriptor-writer.h:
+ * validate/gst/validate/media-descriptor.h:
+ validate: silence g-ir-scanner warnings about GST_IS_VALIDATE_*
+ Which it complains about because we say our prefix is 'gst_validate'
+ so it should really be GST_VALIDATE_IS_* instead.
+ Hide the boilerplate defines from g-ir-scanner, it doesn't need
+ to process them.
+ Fixes #46
+ Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-devtools/-/merge_requests/214>
+
+2020-07-27 09:06:39 -0400 Thibault Saunier <tsaunier@igalia.com>
+
+ * validate/gst/validate/meson.build:
+ Revert "validate: fix up gir namespace and symbol prefix"
+ This reverts commit b73e81614021a856fc7d3ff221a9bbf5ebf2ce6e.
+ Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-devtools/-/merge_requests/214>
+
+2020-07-25 23:40:05 +0100 Tim-Philipp Müller <tim@centricular.com>
+
+ * validate/gst/validate/meson.build:
+ validate: fix up gir namespace and symbol prefix
+ Change gir namespace and symbol prefix from
+ GstValidate / gst_validate to Gst / gst, same
+ as we do for other libs like GstVideo etc.
+ Helps with warnings about GST_IS_VALIDATE_*
+ Fixes #46, Closes !214
+ Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-devtools/-/merge_requests/215>
+
+2020-07-25 13:57:01 -0400 Thibault Saunier <tsaunier@igalia.com>
+
+ * validate/gst/validate/media-descriptor-writer.c:
+ validate: Fix media descriptor mp3 like formats
+ Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-devtools/-/merge_requests/216>
+
+2020-07-25 20:27:48 +0100 Tim-Philipp Müller <tim@centricular.com>
+
+ * validate/gst/validate/gst-validate-scenario.c:
+ validate-scenario: reflow #ifdef to work around bogus g-ir-scanner warning
+ Looks like a scanner bug.
+ The endif comments are the wrong way round too, but that's not it.
+ gst-validate-scenario.c:126: mismatched #endif /* G_HAVE_GNUC_VARARGS */
+ Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-devtools/-/merge_requests/213>
+
+2020-07-03 02:04:19 +0100 Tim-Philipp Müller <tim@centricular.com>
+
+ * meson.build:
+ Back to development
+
=== release 1.17.2 ===
2020-07-03 00:37:27 +0100 Tim-Philipp Müller <tim@centricular.com>
+GStreamer 1.18 Release Notes
-
-GSTREAMER 1.18 RELEASE NOTES
-
-
-THESE RELEASE NOTES ARE A PLACEHOLDER, PLEASE BEAR WITH US WHILE WE
-FINISH WRITING UP THE REAL THING.
+These release notes are a placeholder, please bear with us while we
+finish writing up the real thing.
GStreamer 1.18.0 has not yet been released. It is scheduled for release
-in summer 2020 now.
+in late August / early September 2020.
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.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
-by several 1.17 pre-releases and then a new 1.18 stable release in
-July/August 2020.
+1.18, and 1.17.90 is the current 1.18 pre-release in that series.
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.
See https://gstreamer.freedesktop.org/releases/1.18/ for the latest
version of this document.
-_Last updated: Wednesday 1 July 2020, 23:50 UTC (log)_
-
+Last updated: Wednesday 20 August 2020, 11:00 UTC (log)
Introduction
As always, this release is again packed with many new features, bug
fixes and other improvements.
-
Highlights
- FIXME
-
Major new features and changes
Noteworthy new API
- FIXME
-
Miscellaneous API additions
- FIXME
-
Miscellaneous performance and memory optimisations
As always there have been many performance and memory usage improvements
- FIXME
-
Miscellaneous changes
- FIXME
- FIXME
-
Tracing framework and debugging improvements
- FIXME
-
Tools
- FIXME
-
GStreamer RTSP server
- FIXME
-
GStreamer VAAPI
- FIXME
-
GStreamer OMX
- FIXME
-
GStreamer Editing Services and NLE
- FIXME
-
GStreamer validate
- FIXME
-
GStreamer Python Bindings
- FIXME
-
GStreamer C# Bindings
- FIXME
-
GStreamer Rust Bindings
- FIXME
-
GStreamer Rust Plugins
- FIXME
-
Build and Dependencies
- The Autotools build system has finally been removed in favour of the
- FIXME
-
Platform-specific changes and improvements
Android
- FIXME
-
Contributors
- FIXME
… and many others who have contributed bug reports, translations, sent
suggestions or helped testing.
-
Stable 1.18 branch
After the 1.18.0 release there will be several 1.18.x bug-fix releases
1.18.0 has not been released yet.
-
Known Issues
- FIXME
-
Schedule for 1.20
Our next major feature release will be 1.20, and 1.19 will be the
------------------------------------------------------------------------
-_These release notes have been prepared by Tim-Philipp Müller with_
-_contributions from … (FIXME)_
+These release notes have been prepared by Tim-Philipp Müller with
+contributions from … (FIXME)
-_License: CC BY-SA 4.0_
+License: CC BY-SA 4.0