summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2018-10-02 22:58:06 +0100
committerTim-Philipp Müller <tim@centricular.com>2018-10-02 22:58:08 +0100
commit384ff7d0268c71e76f7328a9ca6dfe96e4a3ab23 (patch)
tree1c86e4d9f69b4998845e8c39163c1ebb3c992462 /ChangeLog
parent4d89b594c332e412d56ce322d67bc9eb052c054c (diff)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog87
1 files changed, 87 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ab7ddbd412..11bde90d7d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,90 @@
+=== release 1.14.4 ===
+
+2018-10-02 22:58:06 +0100 Tim-Philipp Müller <tim@centricular.com>
+
+ * ChangeLog:
+ * NEWS:
+ * RELEASE:
+ * configure.ac:
+ * gst-plugins-base.doap:
+ * meson.build:
+ Release 1.14.4
+
+2018-10-02 22:58:06 +0100 Tim-Philipp Müller <tim@centricular.com>
+
+ * docs/plugins/inspect/plugin-adder.xml:
+ * docs/plugins/inspect/plugin-alsa.xml:
+ * docs/plugins/inspect/plugin-app.xml:
+ * docs/plugins/inspect/plugin-audioconvert.xml:
+ * docs/plugins/inspect/plugin-audiomixer.xml:
+ * docs/plugins/inspect/plugin-audiorate.xml:
+ * docs/plugins/inspect/plugin-audioresample.xml:
+ * docs/plugins/inspect/plugin-audiotestsrc.xml:
+ * docs/plugins/inspect/plugin-cdparanoia.xml:
+ * docs/plugins/inspect/plugin-encoding.xml:
+ * docs/plugins/inspect/plugin-gio.xml:
+ * docs/plugins/inspect/plugin-libvisual.xml:
+ * docs/plugins/inspect/plugin-ogg.xml:
+ * docs/plugins/inspect/plugin-opengl.xml:
+ * docs/plugins/inspect/plugin-opus.xml:
+ * docs/plugins/inspect/plugin-pango.xml:
+ * docs/plugins/inspect/plugin-pbtypes.xml:
+ * docs/plugins/inspect/plugin-playback.xml:
+ * docs/plugins/inspect/plugin-rawparse.xml:
+ * docs/plugins/inspect/plugin-subparse.xml:
+ * docs/plugins/inspect/plugin-tcp.xml:
+ * docs/plugins/inspect/plugin-theora.xml:
+ * docs/plugins/inspect/plugin-typefindfunctions.xml:
+ * docs/plugins/inspect/plugin-videoconvert.xml:
+ * docs/plugins/inspect/plugin-videorate.xml:
+ * docs/plugins/inspect/plugin-videoscale.xml:
+ * docs/plugins/inspect/plugin-videotestsrc.xml:
+ * docs/plugins/inspect/plugin-volume.xml:
+ * docs/plugins/inspect/plugin-vorbis.xml:
+ * docs/plugins/inspect/plugin-ximagesink.xml:
+ * docs/plugins/inspect/plugin-xvimagesink.xml:
+ Update docs
+
+2018-09-26 13:22:14 +1000 Matthew Waters <matthew@centricular.com>
+
+ * gst-libs/gst/gl/gstglviewconvert.c:
+ glviewconvert: wait and set the gl sync meta on buffers
+ This may be a cause of out-of-place frames when transforming multiview
+ buffers.
+
+2018-09-27 15:03:10 +0200 Edward Hervey <edward@centricular.com>
+
+ * gst-libs/gst/tag/gsttagdemux.c:
+ tagdemux: Use upstream GST_EVENT_STREAM_START if present
+ If we have an upstream GST_EVENT_STREAM_START, use that one instead
+ of creating a new one which could be completely different from the
+ upstream one and drop information (like the stream flags and stream
+ object).
+ Only create a new event if we don't already have one from upstream
+ https://bugzilla.gnome.org/show_bug.cgi?id=797215
+
+2018-09-25 16:56:07 +0300 Sebastian Dröge <sebastian@centricular.com>
+
+ * gst-libs/gst/gl/gstglcolorconvert.c:
+ glcolorconvert: Don't copy overlay composition meta over to NULL outbufs
+
+2018-09-25 16:56:24 +0300 Sebastian Dröge <sebastian@centricular.com>
+
+ * gst-libs/gst/gl/gstglviewconvert.c:
+ glviewconvert: Copy composition meta from the primary buffer to both outputs
+ Without this, glviewconvert (and thus glimagesink) will drop all overlay
+ composition metas.
+
+2018-09-20 14:04:39 +0300 Sebastian Dröge <sebastian@centricular.com>
+
+ * ext/vorbis/gstvorbisdec.c:
+ vorbisdec: Initialize decoder directly once we have the 3 headers
+ ... instead of waiting for the first non-header buffer.
+ Also drop non-identification headers arriving after initialization or
+ before the identification header. We don't do anything with them and
+ they would just accumulate.
+ https://bugzilla.gnome.org/show_bug.cgi?id=796980
+
=== release 1.14.3 ===
2018-09-16 16:17:17 +0100 Tim-Philipp Müller <tim@centricular.com>