summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog177
1 files changed, 175 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 0ffcc3cf54..ebe7fb59aa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,182 @@
+=== release 1.10.1 ===
+
+2016-11-17 Sebastian Dröge <slomo@coaxion.net>
+
+ * configure.ac:
+ releasing 1.10.1
+
+2016-11-17 14:42:21 +0200 Sebastian Dröge <sebastian@centricular.com>
+
+ * po/id.po:
+ * po/pl.po:
+ * po/zh_CN.po:
+ po: Update translations
+
+2016-11-17 14:39:04 +0200 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
+
+2016-11-16 23:19:28 +1100 Jan Schmidt <jan@centricular.com>
+
+ * plugins/elements/gstmultiqueue.c:
+ multiqueue: Make sure not-linked streams get woken up
+ When running in sync-by-running-time mode, pad groups
+ that have exactly 1 pad and it's not-linked might never
+ wake up after computing a high time, as the per-pad-group
+ high time was only recomputed when a pad in the group
+ advances.
+ Wake those up using the global multiqueue high-time across
+ all other groups instead.
+ https://bugzilla.gnome.org/show_bug.cgi?id=774322
+
+2016-03-29 10:38:05 +0300 Sebastian Dröge <sebastian@centricular.com>
+
+ * plugins/elements/gsttee.c:
+ tee: Set GST_PAD_FLAG_PROXY_CAPS before forwarding sticky events
+ https://bugzilla.gnome.org/show_bug.cgi?id=752213
+
+2016-04-27 10:57:29 +0200 Nicolas Huet <nicolas.huet@parrot.com>
+
+ * libs/gst/base/gstadapter.c:
+ adapter: fix distance when getting prev pts/dts at offset
+ https://bugzilla.gnome.org/show_bug.cgi?id=765662
+
+2016-07-21 10:52:30 +0200 Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
+
+ * libs/gst/base/gstbasetransform.c:
+ basetransform: fix pool leak when early returning in decide_allocation
+ https://bugzilla.gnome.org/show_bug.cgi?id=769023
+
+2016-11-11 04:41:39 +0530 Nirbheek Chauhan <nirbheek@centricular.com>
+
+ * libs/gst/base/meson.build:
+ meson: Add GstBase-1.0.gir to gst_base_dep
+ Without this, GIR generators can't find and use it
+
+2016-11-08 17:09:53 +0100 Victor Toso <me@victortoso.com>
+
+ * tests/misc/netclock-replay.c:
+ tests: Fix compile warning on mingw64
+ In file included from ../../libs/gst/net/gstntppacket.c:35:0,
+ from netclock-replay.c:25:
+ ../../config.h:546:0: error: "__MSVCRT_VERSION__" redefined [-Werror]
+ #define __MSVCRT_VERSION__ 0x0601
+ In file included from /usr/x86_64-w64-mingw32/sys-root/mingw/include/crtdefs.h:10:0,
+ from /usr/x86_64-w64-mingw32/sys-root/mingw/include/stdio.h:9,
+ from netclock-replay.c:21:
+ /usr/x86_64-w64-mingw32/sys-root/mingw/include/_mingw.h:220:0: note:
+ this is the location of the previous definition
+ # define __MSVCRT_VERSION__ 0x0700
+ https://bugzilla.gnome.org/show_bug.cgi?id=774108
+
+2016-11-08 16:58:53 +0100 Victor Toso <me@victortoso.com>
+
+ * gst/gstpoll.c:
+ pool: Fix compiler warning on mingw64
+ gstpoll.c: In function 'release_event':
+ gstpoll.c:239:3: error: suggest parentheses around assignment used as
+ truth value [-Werror=parentheses]
+ if (status = WaitForSingleObject (set->wakeup_event, INFINITE)) {
+ ^~
+ https://bugzilla.gnome.org/show_bug.cgi?id=774108
+
+2016-11-02 14:11:43 +0530 Nirbheek Chauhan <nirbheek@centricular.com>
+
+ * libs/gst/check/libcheck/clock_gettime.c:
+ clock_gettime.c: Use __APPLE__ instead of __MACH__
+ Hurd also defines __MACH__, but it does not have mach_absolute_time. Use
+ the more strict __APPLE__ instead.
+ Has also been sent upstream: https://github.com/libcheck/check/pull/65
+
+2016-11-04 10:19:17 -0300 Thibault Saunier <thibault.saunier@osg.samsung.com>
+
+ * meson.build:
+ meson: Unset the plugin paths to generate the .gir files
+ Avoiding problems when using subproject:
+ Failed to load plugin 'something.so: file too short
+
+2016-11-09 14:07:28 -0300 Thibault Saunier <thibault.saunier@osg.samsung.com>
+
+ * libs/gst/base/meson.build:
+ * libs/gst/controller/meson.build:
+ * libs/gst/net/meson.build:
+ meson: Advertise dependency on gst_dep generating girs
+ And do not simply link to libgst as the gir information
+ location only exist in declare_dependecy
+ https://bugzilla.gnome.org/show_bug.cgi?id=774044
+
+2016-11-02 14:01:38 +0530 Nirbheek Chauhan <nirbheek@centricular.com>
+
+ * m4/check-checks.m4:
+ build: Fix AM_CONDITIONAL check for clock_gettime
+ It was always evaluating to false, so clock_gettime.c was always being
+ included into libcheck. This breaks building on Hurd and causes us to
+ always override clock_gettime() even when it is available.
+ https://bugzilla.gnome.org/show_bug.cgi?id=773813
+
+2016-11-01 19:40:32 +0000 Tim-Philipp Müller <tim@centricular.com>
+
+ * meson.build:
+ meson: update version
+
=== release 1.10.0 ===
-2016-11-01 Sebastian Dröge <slomo@coaxion.net>
+2016-11-01 17:50:24 +0200 Sebastian Dröge <sebastian@centricular.com>
+ * ChangeLog:
+ * NEWS:
+ * RELEASE:
* configure.ac:
- releasing 1.10.0
+ * docs/plugins/inspect/plugin-coreelements.xml:
+ * gstreamer.doap:
+ * win32/common/config.h:
+ * win32/common/gstenumtypes.c:
+ * win32/common/gstversion.h:
+ Release 1.10.0
+
+2016-11-01 17:40:11 +0200 Sebastian Dröge <sebastian@centricular.com>
+
+ * po/nb.po:
+ Update .po files
2016-11-01 17:38:43 +0200 Sebastian Dröge <sebastian@centricular.com>