Dominique Leuenberger 2018-10-03 08:50:50 +00:00 committed by Git OBS Bridge
parent 54c2b7fb7b
commit 379d11084f

View File

@ -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