summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2018-10-02 23:04:13 +0100
committerTim-Philipp Müller <tim@centricular.com>2018-10-02 23:04:14 +0100
commite1bf2aa184f83ff9fd5b7850c460129100ac6d1a (patch)
tree1312d63fcf155bb376a8072610a1bb9fc020ca0f
parent1e27647fae882df19bc1bddd53b72d08a90ab7ea (diff)
Release 1.14.41.14.4
-rw-r--r--ChangeLog29
-rw-r--r--NEWS40
-rw-r--r--RELEASE2
-rw-r--r--configure.ac8
-rw-r--r--gst-plugins-ugly.doap10
-rw-r--r--meson.build2
6 files changed, 82 insertions, 9 deletions
diff --git a/ChangeLog b/ChangeLog
index 6495261c..6a2e096f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,32 @@
+=== release 1.14.4 ===
+
+2018-10-02 23:04:13 +0100 Tim-Philipp Müller <tim@centricular.com>
+
+ * ChangeLog:
+ * NEWS:
+ * RELEASE:
+ * configure.ac:
+ * gst-plugins-ugly.doap:
+ * meson.build:
+ Release 1.14.4
+
+2018-10-02 23:04:13 +0100 Tim-Philipp Müller <tim@centricular.com>
+
+ * docs/plugins/inspect/plugin-a52dec.xml:
+ * docs/plugins/inspect/plugin-amrnb.xml:
+ * docs/plugins/inspect/plugin-amrwbdec.xml:
+ * docs/plugins/inspect/plugin-asf.xml:
+ * docs/plugins/inspect/plugin-cdio.xml:
+ * docs/plugins/inspect/plugin-dvdlpcmdec.xml:
+ * docs/plugins/inspect/plugin-dvdread.xml:
+ * docs/plugins/inspect/plugin-dvdsub.xml:
+ * docs/plugins/inspect/plugin-mpeg2dec.xml:
+ * docs/plugins/inspect/plugin-realmedia.xml:
+ * docs/plugins/inspect/plugin-sid.xml:
+ * docs/plugins/inspect/plugin-x264.xml:
+ * docs/plugins/inspect/plugin-xingmux.xml:
+ Update docs
+
=== release 1.14.3 ===
2018-09-16 16:21:45 +0100 Tim-Philipp Müller <tim@centricular.com>
diff --git a/NEWS b/NEWS
index efb2c98a..d613e7d0 100644
--- a/NEWS
+++ b/NEWS
@@ -1480,10 +1480,44 @@ For a full list of bugfixes see Bugzilla. Note that this is not the full
list of changes. For the full list of changes please refer to the GIT
logs or ChangeLogs of the particular modules.
-1.14.4 (future)
+1.14.4
-The fourth 1.14 bug-fix release (1.14.4) is scheduled to be released
-around October 2018.
+The fourth 1.14 bug-fix release (1.14.4) was released on 2 October 2018.
+
+This release only contains bugfixes and it should be safe to update from
+1.14.x.
+
+Highlighted bugfixes in 1.14.4
+
+- glviewconvert: wait and set the gl sync meta on buffers
+- glviewconvert: Copy composition meta from the primary buffer to both
+ outputs
+- glcolorconvert: Don’t copy overlay composition meta over to NULL
+ outbufs
+- matroskademux: add functionality needed for MSE use case fixing
+ youtube playback in epiphany/webkit-gtk
+- msdk: fix build on windows
+- opusenc: fix another crash on 32-bit x86 on windows (alignment issue
+ in SSE optimisations)
+- osxaudio: add support for parsing more channel layouts
+- tagdemux: Use upstream GST_EVENT_STREAM_START (and stream-id) if
+ present
+- vorbisdec: fix header handling regression: init decoder immediately
+ once we have headers
+- wasapisink: recover from low buffer levels in shared mode
+- fix GstSegment unit test which would fail on some 32-bit x86 CPUs
+
+Contributors to 1.14.4
+
+Alicia Boya García, Christoph Reiter, Edward Hervey, Jan Schmidt,
+Matthew Waters, Nicola Murino, Nicolas Dufresne, Sebastian Dröge,
+Tim-Philipp Müller, Wangfei, and many others. Thank you all.
+
+List of bugs fixed in 1.14.4
+
+For a full list of bugfixes see Bugzilla. Note that this is not the full
+list of changes. For the full list of changes please refer to the GIT
+logs or ChangeLogs of the particular modules.
Known Issues
diff --git a/RELEASE b/RELEASE
index 9811c53e..a3294b95 100644
--- a/RELEASE
+++ b/RELEASE
@@ -1,4 +1,4 @@
-This is GStreamer gst-plugins-ugly 1.14.3.
+This is GStreamer gst-plugins-ugly 1.14.4.
The GStreamer team is pleased to announce another bug-fix release in the
stable 1.x API series of your favourite cross-platform multimedia framework!
diff --git a/configure.ac b/configure.ac
index 155b29ea..a6178aaf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5,7 +5,7 @@ dnl please read gstreamer/docs/random/autotools before changing this file
dnl initialize autoconf
dnl releases only do -Wall, cvs and prerelease does -Werror too
dnl use a three digit version number for releases, and four for cvs/prerelease
-AC_INIT([GStreamer Ugly Plug-ins],[1.14.3],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gst-plugins-ugly])
+AC_INIT([GStreamer Ugly Plug-ins],[1.14.4],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gst-plugins-ugly])
AG_GST_INIT
@@ -42,11 +42,11 @@ AC_SUBST(GST_API_VERSION)
AC_DEFINE_UNQUOTED(GST_API_VERSION, "$GST_API_VERSION",
[GStreamer API Version])
-AS_LIBTOOL(GST, 1403, 0, 1403)
+AS_LIBTOOL(GST, 1404, 0, 1404)
dnl *** required versions of GStreamer stuff ***
-GST_REQ=1.14.3
-GSTPB_REQ=1.14.3
+GST_REQ=1.14.4
+GSTPB_REQ=1.14.4
dnl *** autotools stuff ****
diff --git a/gst-plugins-ugly.doap b/gst-plugins-ugly.doap
index 1e07a60f..6e41836c 100644
--- a/gst-plugins-ugly.doap
+++ b/gst-plugins-ugly.doap
@@ -35,6 +35,16 @@ might be widely known to present patent problems.
<release>
<Version>
+ <revision>1.14.4</revision>
+ <branch>1.14</branch>
+ <name></name>
+ <created>2018-10-02</created>
+ <file-release rdf:resource="https://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-1.14.4.tar.xz" />
+ </Version>
+ </release>
+
+ <release>
+ <Version>
<revision>1.14.3</revision>
<branch>1.14</branch>
<name></name>
diff --git a/meson.build b/meson.build
index cdbb2520..a007a7e3 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('gst-plugins-ugly', 'c',
- version : '1.14.3',
+ version : '1.14.4',
meson_version : '>= 0.40.1',
default_options : [ 'warning_level=1',
'buildtype=debugoptimized' ])