From 379d11084fd3dc69102dfa82f56c956bc1de3a87440907471b259b262559ec91 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Wed, 3 Oct 2018 08:50:50 +0000 Subject: [PATCH] changelog OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer?expand=0&rev=133 --- gstreamer.changes | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/gstreamer.changes b/gstreamer.changes index ee2270e..cad35b8 100644 --- a/gstreamer.changes +++ b/gstreamer.changes @@ -2,14 +2,20 @@ Wed Oct 03 00:54:38 UTC 2018 - sean@suspend.net - Update to version 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 - + 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 + + 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. + + 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. ------------------------------------------------------------------- Wed Sep 26 20:18:24 UTC 2018 - bjorn.lie@gmail.com