Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Seungha Yang
gst-plugins-base
Commits
384ff7d0
Commit
384ff7d0
authored
Oct 02, 2018
by
Tim-Philipp Müller
🐠
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Release 1.14.4
parent
4d89b594
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
139 additions
and
8 deletions
+139
-8
ChangeLog
ChangeLog
+87
-0
NEWS
NEWS
+37
-3
RELEASE
RELEASE
+1
-1
configure.ac
configure.ac
+3
-3
gst-plugins-base.doap
gst-plugins-base.doap
+10
-0
meson.build
meson.build
+1
-1
No files found.
ChangeLog
View file @
384ff7d0
=== 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>
NEWS
View file @
384ff7d0
...
...
@@ -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
...
...
RELEASE
View file @
384ff7d0
This is GStreamer gst-plugins-base 1.14.
3
.
This is GStreamer gst-plugins-base 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!
...
...
configure.ac
View file @
384ff7d0
...
...
@@ -5,7 +5,7 @@ dnl please read gstreamer/docs/random/autotools before changing this file
dnl initialize autoconf
dnl releases only do -Wall, git and prerelease does -Werror too
dnl use a three digit version number for releases, and four for git/prerelease
AC_INIT([GStreamer Base Plug-ins],[1.14.
3
],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gst-plugins-base])
AC_INIT([GStreamer Base Plug-ins],[1.14.
4
],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gst-plugins-base])
AG_GST_INIT
...
...
@@ -56,10 +56,10 @@ dnl 1.2.5 => 205
dnl 1.10.9 (who knows) => 1009
dnl
dnl sets GST_LT_LDFLAGS
AS_LIBTOOL(GST, 140
3
, 0, 140
3
)
AS_LIBTOOL(GST, 140
4
, 0, 140
4
)
dnl *** required versions of GStreamer stuff ***
GST_REQ=1.14.
3
GST_REQ=1.14.
4
dnl *** autotools stuff ****
...
...
gst-plugins-base.doap
View file @
384ff7d0
...
...
@@ -34,6 +34,16 @@ A wide range of video and audio decoders, encoders, and filters are included.
</GitRepository>
</repository>
<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-base/gst-plugins-base-1.14.4.tar.xz" />
</Version>
</release>
<release>
<Version>
<revision>1.14.3</revision>
...
...
meson.build
View file @
384ff7d0
project('gst-plugins-base', 'c',
version : '1.14.
3
',
version : '1.14.
4
',
meson_version : '>= 0.40.1',
default_options : [ 'warning_level=1',
'buildtype=debugoptimized' ])
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment