=== release 1.4.0 === 2014-07-19 Sebastian Dröge * configure.ac: releasing 1.4.0 2014-07-19 12:16:58 +0200 Sebastian Dröge * po/da.po: * po/sv.po: po: Update translations 2014-07-17 15:53:53 +0200 Thibault Saunier * 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 * 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 * 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 * 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