From: Sebastian Dröge Date: Thu, 27 Apr 2017 14:24:05 +0000 (+0300) Subject: Release 1.11.91 X-Git-Tag: 1.12.0~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a0d2f0a46412f2ad90e00297108043d0afccc6cb;p=platform%2Fupstream%2Fgstreamer.git Release 1.11.91 --- diff --git a/ChangeLog b/ChangeLog index fce423d..73869c4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,256 @@ +=== release 1.11.91 === + +2017-04-27 Sebastian Dröge + + * configure.ac: + releasing 1.11.91 + +2017-04-27 15:21:26 +0300 Sebastian Dröge + + * po/LINGUAS: + * po/ast.po: + * po/fur.po: + po: Update translations + +2017-04-24 20:27:33 +0100 Tim-Philipp Müller + + * common: + Automatic update of common submodule + From 60aeef6 to 48a5d85 + +2017-04-21 15:04:32 +0200 Koop Mast + + * tools/meson.build: + Meson: also build and install gst-stats-1.0 and it's man page. + https://bugzilla.gnome.org/show_bug.cgi?id=781585 + +2017-04-21 15:03:18 +0200 Koop Mast + + * tools/gst-stats-1.0.1: + Add very simple man page for gst-stats. + https://bugzilla.gnome.org/show_bug.cgi?id=781585 + +2017-04-21 10:51:59 -0300 Thibault Saunier + + * gst/gstelement.h: + doc: Fix some doctsing making GI happy + +2017-04-06 17:51:29 -0300 Thibault Saunier + + * gst/gstelement.h: + doc: Fix GstChangeState docstring + +2017-04-19 17:31:38 +0100 Sebastian Dröge + + * gst/gstinfo.c: + info: Move debug output in for_each_threshold_by_entry() to TRACE level + It's otherwise appearing many, many times in logs and usually is nothing + you're interested in. + +2017-03-31 12:22:00 +0100 Vincent Penquerc'h + + * tests/check/pipelines/seek.c: + tests: fix message leak in seek test + https://bugzilla.gnome.org/show_bug.cgi?id=780757 + +2017-03-29 19:26:53 +0900 Yasushi SHOJI + + * libs/gst/base/gstbasetransform.c: + basetransform: fix typo in debug log output + This unbalanced closing parenthesis is leftover from the commit + 8b739d91e7. It used to wrap the caps but we don't seem to do that in + the current code. + So, just remove it. No functionality has been changed. + https://bugzilla.gnome.org/show_bug.cgi?id=781484 + +2017-04-10 16:28:57 +0200 Rico Tzschichholz + + * gst/meson.build: + * libs/gst/base/meson.build: + * libs/gst/controller/meson.build: + * libs/gst/net/meson.build: + meson: A couple for GIR-generation fixes + +2017-04-12 09:48:53 -0300 Thibault Saunier + + * libs/gst/controller/meson.build: + meson: Add controller enum file as generated sources + Avoiding build failure like + https://ci.appveyor.com/project/thiblahute/gst-build-ge9m5/build/1.0.2857 + +2017-04-11 20:19:03 +0100 Tim-Philipp Müller + + * Makefile.am: + meson: dist new meson build script + +2017-04-11 20:16:53 +0100 Tim-Philipp Müller + + * docs/libs/gstreamer-libs-sections.txt: + * libs/gst/controller/controller.h: + controller: include new proxycontrolbinding header + And fix includes in docs to just include the main header (the + include for the proxycontrolbinding was wrong in the docs). + +2017-04-11 20:16:41 +0100 Tim-Philipp Müller + + * .gitignore: + .gitignore: ignore more + +2017-04-11 11:52:20 -0400 Olivier Crete + + * gst/parse/meson.build: + meson: Only check the first parameter + https://bugzilla.gnome.org/show_bug.cgi?id=781155 + +2017-04-11 10:17:40 -0300 Thibault Saunier + + * gst/parse/meson.build: + meson: Check bison and flex are recent enough + https://bugzilla.gnome.org/show_bug.cgi?id=781155 + +2017-04-10 23:48:53 +0100 Tim-Philipp Müller + + * common: + Automatic update of common submodule + From 39ac2f5 to 60aeef6 + +2017-04-10 12:24:06 -0400 Olivier Crête + + * gst/gstvalue.c: + * tests/check/gst/gstvalue.c: + value: Accept NULL as a structure + Some GstStructure properties default to NULL, so it should + be a supported value. + With unit test. + +2017-04-10 14:26:42 +0300 Sebastian Dröge + + * libs/gst/controller/Makefile.am: + controller: Fix build with srcdir!=builddir + +2017-04-10 13:52:17 +0300 Rico Tzschichholz + + * libs/gst/controller/Makefile.am: + controller: Add missing sources/headers to the GIR build + +2017-04-09 12:16:39 +0300 Sebastian Dröge + + * libs/gst/controller/meson.build: + meson: And actually make the controller mkenums rules work + +2017-04-09 12:09:33 +0300 Sebastian Dröge + + * meson.build: + meson: Add check for glib-mkenums + +2017-04-09 12:02:43 +0300 Sebastian Dröge + + * libs/gst/controller/Makefile.am: + * libs/gst/controller/controller_mkenum.py: + * libs/gst/controller/gstinterpolationcontrolsource.c: + * libs/gst/controller/gstinterpolationcontrolsource.h: + * libs/gst/controller/gstlfocontrolsource.c: + * libs/gst/controller/gstlfocontrolsource.h: + * libs/gst/controller/meson.build: + controller: Generate GLib enums automatically + +2017-04-04 17:53:39 +0100 Tim-Philipp Müller + + * gst/gstbufferpool.c: + * gst/gstbus.c: + * gst/gstdeviceproviderfactory.c: + * gst/gstdynamictypefactory.c: + * gst/gstelementfactory.c: + * gst/gstplugin.c: + * gst/gstpluginloader.c: + * gst/gstregistry.c: + * gst/gstregistrychunks.c: + * gst/gsttask.c: + * gst/gsttaskpool.c: + * gst/gsttracer.c: + * gst/gsttracerrecord.c: + * gst/gsttypefind.c: + * libs/gst/base/gstadapter.c: + * libs/gst/base/gstdataqueue.c: + * libs/gst/base/gstindex.c: + * libs/gst/controller/gstinterpolationcontrolsource.c: + * libs/gst/controller/gstlfocontrolsource.c: + * libs/gst/controller/gsttriggercontrolsource.c: + * tests/check/gst/gstcontroller.c: + * tests/check/gst/gstelementfactory.c: + Don't use deprecated g_object_newv() + Use g_object_new() instead which nowadays has a shortcut for the + no-properties check. It still does an extra GType check in the + function guard, but there's a pending patch to remove that + and it's hardly going to be a performance issue in practice, + even less so on a system that's compiled without run-time checks. + Alternative would be to move to the new g_object_new_properties() + with a fallback define for older glib versions, but it makes the + code look more unwieldy and doesn't seem worth it. + Fixes deprecation warnings when building against newer GLib versions. + https://bugzilla.gnome.org/show_bug.cgi?id=780903 + +2017-04-07 13:49:29 -0400 Olivier Crête + + * tests/check/gst/gststructure.c: + test: Add test for serializing/deserializing NULL strings + === release 1.11.90 === -2017-04-07 Sebastian Dröge +2017-04-07 16:30:35 +0300 Sebastian Dröge + * ChangeLog: + * NEWS: + * RELEASE: * configure.ac: - releasing 1.11.90 + * docs/plugins/gstreamer-plugins.args: + * docs/plugins/inspect/plugin-coreelements.xml: + * gstreamer.doap: + * meson.build: + Release 1.11.90 + +2017-04-07 15:04:11 +0300 Sebastian Dröge + + * po/af.po: + * po/az.po: + * po/be.po: + * po/bg.po: + * po/ca.po: + * po/cs.po: + * po/da.po: + * po/de.po: + * po/el.po: + * po/en_GB.po: + * po/eo.po: + * po/es.po: + * po/eu.po: + * po/fi.po: + * po/fr.po: + * po/gl.po: + * po/hr.po: + * po/hu.po: + * po/id.po: + * po/it.po: + * po/ja.po: + * po/lt.po: + * po/nb.po: + * po/nl.po: + * po/pl.po: + * po/pt_BR.po: + * po/ro.po: + * po/ru.po: + * po/rw.po: + * po/sk.po: + * po/sl.po: + * po/sq.po: + * po/sr.po: + * po/sv.po: + * po/tr.po: + * po/uk.po: + * po/vi.po: + * po/zh_CN.po: + * po/zh_TW.po: + Update .po files 2017-03-08 12:09:45 -0500 Olivier Crête diff --git a/NEWS b/NEWS index 8e8dc3f..bf58e30 100644 --- a/NEWS +++ b/NEWS @@ -1 +1 @@ -This is GStreamer 1.11.90. +This is GStreamer 1.11.91. diff --git a/RELEASE b/RELEASE index abc8c60..7942eed 100644 --- a/RELEASE +++ b/RELEASE @@ -1,7 +1,8 @@ -Release notes for GStreamer 1.11.90 +Release notes for GStreamer 1.11.91 -The GStreamer team is pleased to announce the first release candidate of the + +The GStreamer team is pleased to announce the second release candidate of the stable 1.12 release series. The 1.12 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. @@ -15,6 +16,7 @@ changes. Binaries for Android, iOS, Mac OS X and Windows will be provided in the next days. + This module, gstreamer, only contains core functionality. For actual media playback, you will need other modules. @@ -38,14 +40,12 @@ contains a set of codecs plugins based on libav (formerly gst-ffmpeg) Bugs fixed in this release - * 779175 : registry: Only scan plugin files that end with an extension - * 775445 : adaptivedemux: Fix deadlock during transition from track disable to enable - * 776293 : GStreamer-CRITICAL **: gst_stream_collection_get_size: assertion 'collection- > priv- > streams' failed - * 779459 : Document whether GST_CAT_LEVEL_LOG() & co print a new-line - * 779755 : Timecodes get serialized as flagsets - * 780111 : _gst_param_array_validate is not correctly implemented - * 780751 : gstvalue: fix GstValue leak in structure_field_union_into - * 780923 : Various combined-flag #defines are not C++ friendly + * 780757 : tests: fix message leak in seek test + * 781145 : friulian translation + * 781438 : value: NULL string serialization/deserialization + * 781484 : basetransform: typo fix: remove unbalanced closing parenthesis in debug log + * 781585 : meson: gst-stats isn't installed + * 780903 : Fails to build with -Werror against glib master, use of deprecated g_object_newv() ==== Download ==== @@ -82,14 +82,12 @@ subscribe to the gstreamer-devel list. Contributors to this release - * Jan Schmidt - * Nicolas Dufresne + * Koop Mast * Olivier Crête + * Rico Tzschichholz * Sebastian Dröge - * Seungha Yang - * Thiago Santos * Thibault Saunier * Tim-Philipp Müller * Vincent Penquerc'h - * Wim Taymans + * Yasushi SHOJI   \ No newline at end of file diff --git a/configure.ac b/configure.ac index 33e85cf..90715f2 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ dnl initialize autoconf dnl when going to/from release please set the nano (fourth number) right ! dnl releases only do Wall, git and prerelease does Werror too dnl -AC_INIT([GStreamer],[1.11.90],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gstreamer]) +AC_INIT([GStreamer],[1.11.91],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gstreamer]) AG_GST_INIT dnl initialize automake (we require GNU make) @@ -62,7 +62,7 @@ dnl 1.2.5 => 205 dnl 1.10.9 (who knows) => 1009 dnl dnl sets GST_LT_LDFLAGS -AS_LIBTOOL(GST, 1190, 0, 1190) +AS_LIBTOOL(GST, 1191, 0, 1191) dnl *** autotools stuff **** diff --git a/docs/plugins/inspect/plugin-coreelements.xml b/docs/plugins/inspect/plugin-coreelements.xml index 40991d8..381ec3c 100644 --- a/docs/plugins/inspect/plugin-coreelements.xml +++ b/docs/plugins/inspect/plugin-coreelements.xml @@ -3,7 +3,7 @@ GStreamer core elements ../../plugins/elements/.libs/libgstcoreelements.so libgstcoreelements.so - 1.11.90 + 1.11.91 LGPL gstreamer GStreamer source release diff --git a/gstreamer.doap b/gstreamer.doap index 08425e0..bf8f1800 100644 --- a/gstreamer.doap +++ b/gstreamer.doap @@ -40,6 +40,16 @@ hierarchy, and a set of media-agnostic core elements. + 1.11.91 + master + + 2017-04-27 + + + + + + 1.11.90 master diff --git a/meson.build b/meson.build index 73568d3..291b218 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('gstreamer', 'c', 'cpp', - version : '1.11.90', + version : '1.11.91', meson_version : '>= 0.36.0', default_options : [ 'warning_level=1', 'buildtype=debugoptimized' ])