mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-12 12:21:30 +00:00
Release 1.11.91
This commit is contained in:
parent
cfe9979bb0
commit
a0d2f0a464
7 changed files with 278 additions and 23 deletions
253
ChangeLog
253
ChangeLog
|
@ -1,9 +1,256 @@
|
||||||
=== release 1.11.90 ===
|
=== release 1.11.91 ===
|
||||||
|
|
||||||
2017-04-07 Sebastian Dröge <slomo@coaxion.net>
|
2017-04-27 Sebastian Dröge <slomo@coaxion.net>
|
||||||
|
|
||||||
* configure.ac:
|
* configure.ac:
|
||||||
releasing 1.11.90
|
releasing 1.11.91
|
||||||
|
|
||||||
|
2017-04-27 15:21:26 +0300 Sebastian Dröge <sebastian@centricular.com>
|
||||||
|
|
||||||
|
* po/LINGUAS:
|
||||||
|
* po/ast.po:
|
||||||
|
* po/fur.po:
|
||||||
|
po: Update translations
|
||||||
|
|
||||||
|
2017-04-24 20:27:33 +0100 Tim-Philipp Müller <tim@centricular.com>
|
||||||
|
|
||||||
|
* common:
|
||||||
|
Automatic update of common submodule
|
||||||
|
From 60aeef6 to 48a5d85
|
||||||
|
|
||||||
|
2017-04-21 15:04:32 +0200 Koop Mast <kwm@rainbow-runner.nl>
|
||||||
|
|
||||||
|
* 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 <kwm@rainbow-runner.nl>
|
||||||
|
|
||||||
|
* 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 <thibault.saunier@osg.samsung.com>
|
||||||
|
|
||||||
|
* gst/gstelement.h:
|
||||||
|
doc: Fix some doctsing making GI happy
|
||||||
|
|
||||||
|
2017-04-06 17:51:29 -0300 Thibault Saunier <thibault.saunier@osg.samsung.com>
|
||||||
|
|
||||||
|
* gst/gstelement.h:
|
||||||
|
doc: Fix GstChangeState docstring
|
||||||
|
|
||||||
|
2017-04-19 17:31:38 +0100 Sebastian Dröge <sebastian@centricular.com>
|
||||||
|
|
||||||
|
* 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 <vincent.penquerch@collabora.co.uk>
|
||||||
|
|
||||||
|
* 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 <yashi@atmark-techno.com>
|
||||||
|
|
||||||
|
* 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 <ricotz@ubuntu.com>
|
||||||
|
|
||||||
|
* 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 <thibault.saunier@osg.samsung.com>
|
||||||
|
|
||||||
|
* 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 <tim@centricular.com>
|
||||||
|
|
||||||
|
* Makefile.am:
|
||||||
|
meson: dist new meson build script
|
||||||
|
|
||||||
|
2017-04-11 20:16:53 +0100 Tim-Philipp Müller <tim@centricular.com>
|
||||||
|
|
||||||
|
* 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 <tim@centricular.com>
|
||||||
|
|
||||||
|
* .gitignore:
|
||||||
|
.gitignore: ignore more
|
||||||
|
|
||||||
|
2017-04-11 11:52:20 -0400 Olivier Crete <olivier.crete@collabora.com>
|
||||||
|
|
||||||
|
* 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 <thibault.saunier@osg.samsung.com>
|
||||||
|
|
||||||
|
* 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 <tim@centricular.com>
|
||||||
|
|
||||||
|
* common:
|
||||||
|
Automatic update of common submodule
|
||||||
|
From 39ac2f5 to 60aeef6
|
||||||
|
|
||||||
|
2017-04-10 12:24:06 -0400 Olivier Crête <olivier.crete@collabora.com>
|
||||||
|
|
||||||
|
* 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 <sebastian@centricular.com>
|
||||||
|
|
||||||
|
* libs/gst/controller/Makefile.am:
|
||||||
|
controller: Fix build with srcdir!=builddir
|
||||||
|
|
||||||
|
2017-04-10 13:52:17 +0300 Rico Tzschichholz <ricotz@t-online.de>
|
||||||
|
|
||||||
|
* libs/gst/controller/Makefile.am:
|
||||||
|
controller: Add missing sources/headers to the GIR build
|
||||||
|
|
||||||
|
2017-04-09 12:16:39 +0300 Sebastian Dröge <sebastian@centricular.com>
|
||||||
|
|
||||||
|
* libs/gst/controller/meson.build:
|
||||||
|
meson: And actually make the controller mkenums rules work
|
||||||
|
|
||||||
|
2017-04-09 12:09:33 +0300 Sebastian Dröge <sebastian@centricular.com>
|
||||||
|
|
||||||
|
* meson.build:
|
||||||
|
meson: Add check for glib-mkenums
|
||||||
|
|
||||||
|
2017-04-09 12:02:43 +0300 Sebastian Dröge <sebastian@centricular.com>
|
||||||
|
|
||||||
|
* 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 <tim@centricular.com>
|
||||||
|
|
||||||
|
* 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 <olivier.crete@collabora.com>
|
||||||
|
|
||||||
|
* tests/check/gst/gststructure.c:
|
||||||
|
test: Add test for serializing/deserializing NULL strings
|
||||||
|
|
||||||
|
=== release 1.11.90 ===
|
||||||
|
|
||||||
|
2017-04-07 16:30:35 +0300 Sebastian Dröge <sebastian@centricular.com>
|
||||||
|
|
||||||
|
* ChangeLog:
|
||||||
|
* NEWS:
|
||||||
|
* RELEASE:
|
||||||
|
* configure.ac:
|
||||||
|
* 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 <sebastian@centricular.com>
|
||||||
|
|
||||||
|
* 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 <olivier.crete@collabora.com>
|
2017-03-08 12:09:45 -0500 Olivier Crête <olivier.crete@collabora.com>
|
||||||
|
|
||||||
|
|
2
NEWS
2
NEWS
|
@ -1 +1 @@
|
||||||
This is GStreamer 1.11.90.
|
This is GStreamer 1.11.91.
|
||||||
|
|
28
RELEASE
28
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
|
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
|
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.
|
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.
|
Binaries for Android, iOS, Mac OS X and Windows will be provided in the next days.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
This module, gstreamer, only contains core functionality.
|
This module, gstreamer, only contains core functionality.
|
||||||
For actual media playback, you will need other modules.
|
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
|
Bugs fixed in this release
|
||||||
|
|
||||||
* 779175 : registry: Only scan plugin files that end with an extension
|
* 780757 : tests: fix message leak in seek test
|
||||||
* 775445 : adaptivedemux: Fix deadlock during transition from track disable to enable
|
* 781145 : friulian translation
|
||||||
* 776293 : GStreamer-CRITICAL **: gst_stream_collection_get_size: assertion 'collection- > priv- > streams' failed
|
* 781438 : value: NULL string serialization/deserialization
|
||||||
* 779459 : Document whether GST_CAT_LEVEL_LOG() & co print a new-line
|
* 781484 : basetransform: typo fix: remove unbalanced closing parenthesis in debug log
|
||||||
* 779755 : Timecodes get serialized as flagsets
|
* 781585 : meson: gst-stats isn't installed
|
||||||
* 780111 : _gst_param_array_validate is not correctly implemented
|
* 780903 : Fails to build with -Werror against glib master, use of deprecated g_object_newv()
|
||||||
* 780751 : gstvalue: fix GstValue leak in structure_field_union_into
|
|
||||||
* 780923 : Various combined-flag #defines are not C++ friendly
|
|
||||||
|
|
||||||
==== Download ====
|
==== Download ====
|
||||||
|
|
||||||
|
@ -82,14 +82,12 @@ subscribe to the gstreamer-devel list.
|
||||||
|
|
||||||
Contributors to this release
|
Contributors to this release
|
||||||
|
|
||||||
* Jan Schmidt
|
* Koop Mast
|
||||||
* Nicolas Dufresne
|
|
||||||
* Olivier Crête
|
* Olivier Crête
|
||||||
|
* Rico Tzschichholz
|
||||||
* Sebastian Dröge
|
* Sebastian Dröge
|
||||||
* Seungha Yang
|
|
||||||
* Thiago Santos
|
|
||||||
* Thibault Saunier
|
* Thibault Saunier
|
||||||
* Tim-Philipp Müller
|
* Tim-Philipp Müller
|
||||||
* Vincent Penquerc'h
|
* Vincent Penquerc'h
|
||||||
* Wim Taymans
|
* Yasushi SHOJI
|
||||||
|
|
|
@ -4,7 +4,7 @@ dnl initialize autoconf
|
||||||
dnl when going to/from release please set the nano (fourth number) right !
|
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 releases only do Wall, git and prerelease does Werror too
|
||||||
dnl
|
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
|
AG_GST_INIT
|
||||||
|
|
||||||
dnl initialize automake (we require GNU make)
|
dnl initialize automake (we require GNU make)
|
||||||
|
@ -62,7 +62,7 @@ dnl 1.2.5 => 205
|
||||||
dnl 1.10.9 (who knows) => 1009
|
dnl 1.10.9 (who knows) => 1009
|
||||||
dnl
|
dnl
|
||||||
dnl sets GST_LT_LDFLAGS
|
dnl sets GST_LT_LDFLAGS
|
||||||
AS_LIBTOOL(GST, 1190, 0, 1190)
|
AS_LIBTOOL(GST, 1191, 0, 1191)
|
||||||
|
|
||||||
dnl *** autotools stuff ****
|
dnl *** autotools stuff ****
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<description>GStreamer core elements</description>
|
<description>GStreamer core elements</description>
|
||||||
<filename>../../plugins/elements/.libs/libgstcoreelements.so</filename>
|
<filename>../../plugins/elements/.libs/libgstcoreelements.so</filename>
|
||||||
<basename>libgstcoreelements.so</basename>
|
<basename>libgstcoreelements.so</basename>
|
||||||
<version>1.11.90</version>
|
<version>1.11.91</version>
|
||||||
<license>LGPL</license>
|
<license>LGPL</license>
|
||||||
<source>gstreamer</source>
|
<source>gstreamer</source>
|
||||||
<package>GStreamer source release</package>
|
<package>GStreamer source release</package>
|
||||||
|
|
|
@ -38,6 +38,16 @@ hierarchy, and a set of media-agnostic core elements.
|
||||||
</GitRepository>
|
</GitRepository>
|
||||||
</repository>
|
</repository>
|
||||||
|
|
||||||
|
<release>
|
||||||
|
<Version>
|
||||||
|
<revision>1.11.91</revision>
|
||||||
|
<branch>master</branch>
|
||||||
|
<name></name>
|
||||||
|
<created>2017-04-27</created>
|
||||||
|
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-1.11.91.tar.xz" />
|
||||||
|
</Version>
|
||||||
|
</release>
|
||||||
|
|
||||||
<release>
|
<release>
|
||||||
<Version>
|
<Version>
|
||||||
<revision>1.11.90</revision>
|
<revision>1.11.90</revision>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
project('gstreamer', 'c', 'cpp',
|
project('gstreamer', 'c', 'cpp',
|
||||||
version : '1.11.90',
|
version : '1.11.91',
|
||||||
meson_version : '>= 0.36.0',
|
meson_version : '>= 0.36.0',
|
||||||
default_options : [ 'warning_level=1',
|
default_options : [ 'warning_level=1',
|
||||||
'buildtype=debugoptimized' ])
|
'buildtype=debugoptimized' ])
|
||||||
|
|
Loading…
Reference in a new issue