aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog100
1 files changed, 98 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 9bb02ca..d1b0644 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,105 @@
+=== release 1.4.0 ===
+
+2014-07-19 Sebastian Dröge <slomo@coaxion.net>
+
+ * configure.ac:
+ releasing 1.4.0
+
+2014-07-19 12:16:58 +0200 Sebastian Dröge <sebastian@centricular.com>
+
+ * po/da.po:
+ * po/sv.po:
+ po: Update translations
+
+2014-07-17 15:53:53 +0200 Thibault Saunier <tsaunier@gnome.org>
+
+ * libs/gst/base/gstbaseparse.c:
+ baseparse: Return FLOW_FLUSHING when pushing a frame on a pad that has been flushed
+ When going to READY, it is possible that we are still pusing a frame but that
+ our srcpad has already been set to flushing. In that case we should not
+ post any error on the bus but instead cleanly return FLOW_FLUSHING.
+ https://bugzilla.gnome.org/show_bug.cgi?id=733320
+
+2014-07-17 07:07:36 +0200 Edward Hervey <edward@collabora.com>
+
+ * plugins/elements/gsttypefindelement.c:
+ typefindelement: Propagate input buffer PTS and DTS
+ The initial buffers (that were used for timestamping) might have PTS
+ and DTS set. In order to forward those properly, get the initial
+ PTS/DTS from the adapter and set them on the reconstructed output
+ buffer.
+ https://bugzilla.gnome.org/show_bug.cgi?id=733291
+
+2014-07-12 17:01:23 +0200 Sebastian Rasmussen <sebras@hotmail.com>
+
+ * gst/gstdebugutils.c:
+ debugutils: Unref pad template after use
+ Fixes https://bugzilla.gnome.org/show_bug.cgi?id=733121
+
+2014-07-14 18:10:45 -0300 Thiago Santos <ts.santos@sisa.samsung.com>
+
+ * gst/gst.c:
+ gst: init taglist gtype to use it in gstvalue
+ Otherwise it will have a 0 value and GstTagList won't be found
+ for GstValue functions (serialization/deserialization)
+ https://bugzilla.gnome.org/show_bug.cgi?id=733131
+
=== release 1.3.91 ===
-2014-07-11 Sebastian Dröge <slomo@coaxion.net>
+2014-07-11 10:46:01 +0200 Sebastian Dröge <sebastian@centricular.com>
+ * ChangeLog:
+ * NEWS:
+ * RELEASE:
* configure.ac:
- releasing 1.3.91
+ * docs/plugins/inspect/plugin-coreelements.xml:
+ * gstreamer.doap:
+ * win32/common/config.h:
+ * win32/common/gstversion.h:
+ Release 1.3.91
+
+2014-07-11 10:41:20 +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
2014-07-11 08:51:08 +0200 Sebastian Dröge <sebastian@centricular.com>